Ask Your Question

dplex's profile - activity

2016-02-15 20:12:53 -0600 commented question how to build opencv with another library.

i make cmake -G"Eclipse CDT4 - Unix Makefiles". but it occure same issue. i have just one question. i wanna build opencv_video.a include my library(.a). my modified video cmake files is below.

ocv_add_module(video opencv_imgproc opencv_imgproc ${VIDEO_LIBRARIES} WRAP java python) ocv_glob_module_sources() set(VIDEO_LIBRARIES "") list(APPEND VIDEO_LIBRARIES ${mylibrary})

ocv_target_include_directories(opencv_video ${mylibrary_header}) ocv_module_include_directories(${the_module} ${mylibrary_header}) ocv_create_module(${VIDEO_LIBRARIES})

2016-02-11 20:46:49 -0600 commented question how to build opencv with another library.

my intent is bottleneck function rewrite in my library function. so change the opencv code the function that call my library.

2016-02-11 05:18:36 -0600 commented question how to build opencv with another library.

yum.. how to add my library(.a) and include files(.h) on cmake-gui?

2016-02-11 00:40:48 -0600 commented question how to build opencv with another library.

why this post is awaiting? T.T

2016-02-11 00:40:47 -0600 asked a question how to build opencv with another library.

i wanna build opencv with another library compiled '.a', and i prepaired related '.a' and '.h'.

i tried edit cmake in linux. but, fail to build cause java issue. does have any tip or document?