Ask Your Question

Mohammed Eliass's profile - activity

2020-01-28 07:02:00 -0600 asked a question How to Project 3D objects points to 2D image points ?

How to Project 3D objects points to 2D image points ? I'm trying to follow what's in this [opencv_tutorial] (https://doc

2018-05-16 00:43:45 -0600 received badge  Famous Question (source)
2017-04-26 08:28:02 -0600 received badge  Notable Question (source)
2017-02-15 07:36:27 -0600 received badge  Popular Question (source)
2016-11-27 00:51:06 -0600 received badge  Student (source)
2016-04-28 13:01:52 -0600 commented question error while re-build opencv-3.1.0 with extra modules "opencv_contrib" ?

@berak , is this okay ....? I'm very sorry to take all this time from you ..!

2016-04-28 07:47:23 -0600 commented question error while re-build opencv-3.1.0 with extra modules "opencv_contrib" ?

it worked,but -- Configuring incomplete, errors occurred! @berak :(

2016-04-28 05:39:29 -0600 received badge  Editor (source)
2016-04-28 05:38:32 -0600 commented question error while re-build opencv-3.1.0 with extra modules "opencv_contrib" ?

I tried to do by your advice, but "bash: opencv_contrib: No such file or directory"

2016-04-28 05:36:51 -0600 commented question error while re-build opencv-3.1.0 with extra modules "opencv_contrib" ?

I searched for a similar questions ,but I don't found anything. it's not duplicated,is it ?

2016-04-28 05:26:08 -0600 asked a question error while re-build opencv-3.1.0 with extra modules "opencv_contrib" ?

I'm using Opencv 3.1.0 on Ubuntu 14.04

after downloading opencv_contrib then moving the folder to /home/MY_NAME/opencv-3.1.0/build then type in terminal cmake -DOPENCV_EXTRA_MODULES_PATH=opencv_contrib/modules opencv_source_directory

I had this error "bash: /modules: Permission denied"

then I've changed the permission to both opencv_contrib/modules & build/modules with chmod 777 FileName

then logout to know if anything changes

Unfortunately, I still have this error "bash: /modules: Permission denied"

solve this, but after typing the absolute path :

cmake -DOPENCV_EXTRA_MODULES_PATH=/home/mohammed-aboelias/opencv_contrib/modules ..

I had this on the terminal :

-- Detected version of GNU GCC: 48 (408)

-- Found ZLIB: /usr/lib/i386-linux-gnu/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")

-- Found ZLIB: /usr/lib/i386-linux-gnu/libz.so (found version "1.2.8")

-- Found OpenEXR: /usr/lib/i386-linux-gnu/libIlmImf.so

-- checking for module 'gtk+-3.0'

-- package 'gtk+-3.0' not found

-- checking for module 'gtkglext-1.0'

-- package 'gtkglext-1.0' not found

-- checking for module 'gstreamer-base-1.0'

-- package 'gstreamer-base-1.0' not found

-- checking for module 'gstreamer-video-1.0'

-- package 'gstreamer-video-1.0' not found

-- checking for module 'gstreamer-app-1.0'

-- package 'gstreamer-app-1.0' not found

-- checking for module 'gstreamer-riff-1.0'

-- package 'gstreamer-riff-1.0' not found

-- checking for module 'gstreamer-pbutils-1.0'

-- package 'gstreamer-pbutils-1.0' not found

-- Looking for linux/videodev.h

-- Looking for linux/videodev.h - not found

-- Looking for linux/videodev2.h

-- Looking for linux/videodev2.h - found

-- Looking for sys/videoio.h

-- Looking for sys/videoio.h - not found

-- checking for module 'libavresample'

-- package 'libavresample' not found

-- Looking for libavformat/avformat.h

-- Looking for libavformat/avformat.h - found

-- Looking for ffmpeg/avformat.h

-- Looking for ffmpeg/avformat.h - not found

-- checking for module 'libgphoto2'

-- package 'libgphoto2' not found

-- On 32-bit Linux IPP can not currently be used with dynamic libs because of linker errors. Set BUILD_SHARED_LIBS=OFF

-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)

-- To enable PlantUML support, set PLANTUML_JAR environment variable or pass -DPLANTUML_JAR=<filepath> option to cmake

-- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.6", minimum required is "2.7")

-- Could NOT find PythonLibs (missing: PYTHON_INCLUDE_DIRS) (found suitable exact version "2.7.6")

-- Found PythonInterp: /usr/bin/python3.4 (found suitable version "3.4.3", minimum required is "3.4")

-- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is exact version "3.4.3") Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: No module named 'numpy'

-- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)

-- Could NOT find Matlab (missing: MATLAB_MEX_SCRIPT MATLAB_INCLUDE_DIRS MATLAB_ROOT_DIR MATLAB_LIBRARIES MATLAB_LIBRARY_DIRS MATLAB_MEXEXT MATLAB_ARCH MATLAB_BIN)

-- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file

CMake Error at cmake/OpenCVModule.cmake:295 (message): No extra modules found in folder: /home/mohammed-aboelias/opencv_contrib/modules

Please provide path to 'opencv_contrib/modules' folder. Call Stack (most recent call first): modules/CMakeLists.txt:7 (ocv_glob_modules)

^[[1;2A-- -- General configuration for OpenCV 3.1.0 =====================================

-- Version control: unknown

-- Platform: -- Host: Linux 3 ... (more)

2016-04-28 05:22:56 -0600 asked a question error while re-build opencv with extra modules "opencv_contrib" ?

I'm using Opencv 3.1.0 on Ubuntu 14.04 after downloading opencv_contrib then moving the folder to /home/MY_NAME/opencv-3.1.0/build then type in terminal cmake -DOPENCV_EXTRA_MODULES_PATH=opencv_contrib/modules opencv_source_directory i had this error "bash: /modules: Permission denied" then I've changed the permission to both opencv_contrib/modules & build/modules with chmod 777 FileName then logout to know if anything changes Unfortunately, I still have this error "bash: /modules: Permission denied" please, could you tell me what's the problem.... :(

2016-04-27 10:47:25 -0600 commented answer How to write compile.sh file for facerec_fisherfaces?

after changing the permissions to both build/modules and opencv_contrib/modules with sudo chmod 777 modules there 's an error bash: /modules: Permission denied

2016-04-27 10:43:32 -0600 commented answer How to write compile.sh file for facerec_fisherfaces?

to the build directory /home/mohammed/opencv-3.1.0/build

2016-04-27 10:34:27 -0600 commented answer How to write compile.sh file for facerec_fisherfaces?

cmake -DOPENCV_EXTRA_MODULES_PATH=<opencv_contrib>/modules opencv_source_directory after typing this in the terminal , absolutely after changing the directory to opencv/build what's the whole command ... I don't understand what to do to make this execute .... could you please explain this line , the first

2016-04-27 10:21:07 -0600 received badge  Scholar (source)
2016-04-27 10:17:42 -0600 commented answer How to write compile.sh file for facerec_fisherfaces?

thanks a lot @berak ...... , but I'm confused how to rebuild opencv with this extra modules

2016-04-27 09:58:46 -0600 asked a question How to write compile.sh file for facerec_fisherfaces?

On Ubuntu 14.4 with OpenCV 3.1.0 : I'm trying to compile and run this file http://docs.opencv.org/3.0-last-rst/_...

but I don't know what to write in the compile.sh file to make it executable

I found this compile.sh but it doesn't work :

LIBS="-lopencv_imgproc -lopencv_highgui -lopencv_core -lopencv_objdetect -lopencv_contrib"
g++ -I/usr/local/include/opencv -I/usr/local/include/opencv2 -L/usr/lib -L/usr/local/lib -fpic -Wall -c "untitled.cpp" $LIBS

g++ -shared -I/usr/local/include/opencv -I/usr/local/include/opencv2 -o libuntitled.so untitled.o -L/usr/local/lib $LIBS

g++ -I/usr/local/include/opencv -I/usr/local/include/opencv2 -o untitled untitled.o -L/usr/local/lib $LIBS

exit 0
2016-03-15 12:57:01 -0600 received badge  Supporter (source)