Skip to content

Fixes Class Specific Extremal Regions algorithm and classifiers#1394

Closed
lluisgomez wants to merge 1013 commits intoopencv:2.4from
lluisgomez:scene_text_detection_NM
Closed

Fixes Class Specific Extremal Regions algorithm and classifiers#1394
lluisgomez wants to merge 1013 commits intoopencv:2.4from
lluisgomez:scene_text_detection_NM

Conversation

@lluisgomez
Copy link
Copy Markdown
Contributor

No description provided.

Andrey Kamaev and others added 30 commits April 1, 2013 15:24
…rom C API

cv::Complex, cv::Point_ and cv::Point3_ are moved.
This also fixes few clang build errors
vpisarev and others added 26 commits May 17, 2013 14:44
Conflicts:
	3rdparty/libjasper/CMakeLists.txt
	cmake/OpenCVDetectOpenCL.cmake
	modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst
	modules/imgproc/src/floodfill.cpp
	modules/ocl/include/opencv2/ocl/ocl.hpp
	modules/ocl/src/arithm.cpp
	modules/ocl/src/haar.cpp
	modules/ocl/src/imgproc.cpp
	modules/ocl/src/initialization.cpp
	modules/ocl/src/matrix_operations.cpp
	modules/ocl/src/mcwutil.cpp
	modules/ocl/src/opencl/arithm_bitwise_and_mask.cl
	modules/ocl/src/opencl/arithm_bitwise_and_scalar_mask.cl
	modules/ocl/src/opencl/arithm_bitwise_binary_mask.cl
	modules/ocl/src/opencl/arithm_bitwise_binary_scalar.cl
	modules/ocl/src/opencl/arithm_bitwise_binary_scalar_mask.cl
	modules/ocl/src/opencl/arithm_bitwise_or.cl
	modules/ocl/src/opencl/arithm_bitwise_or_scalar.cl
	modules/ocl/src/opencl/arithm_bitwise_or_scalar_mask.cl
	modules/ocl/src/opencl/arithm_bitwise_xor.cl
	modules/ocl/src/opencl/arithm_bitwise_xor_mask.cl
	modules/ocl/src/opencl/arithm_bitwise_xor_scalar.cl
	modules/ocl/src/stereobm.cpp
	modules/ocl/test/precomp.hpp
	modules/python/src2/api
	modules/ts/src/ts_func.cpp
	samples/gpu/bgfg_segm.cpp
Conflicts:
	modules/ocl/CMakeLists.txt
	modules/ocl/perf/perf_color.cpp
	modules/ocl/perf/perf_match_template.cpp
	modules/ocl/perf/precomp.cpp
	modules/ocl/perf/precomp.hpp
Pull requests:
	opencv#904 from ograycode:2.4
	opencv#905 from bitwangyaoyao:2.4_TVL1
	opencv#902 from apavlenko:fix_run_py
	opencv#882 from pengx17:2.4_rewrite_query_info

Conflicts:
	modules/nonfree/src/surf.ocl.cpp
	modules/ocl/include/opencv2/ocl/private/util.hpp
	modules/ocl/src/hog.cpp
	modules/ocl/src/pyrlk.cpp
	modules/ocl/src/tvl1flow.cpp
Neumann L., Matas J.: Real-Time Scene Text Localization and Recognition, CVPR 2012.

High-level C++ interface and implementation of algorithm is in the objdetect module.
C++ example, a test image, and the default classifiers in xml files.
@lluisgomez lluisgomez closed this Sep 3, 2013
cudawarped added a commit to cudawarped/opencv that referenced this pull request Nov 16, 2022
warning opencv#1394-D: field of class type without a DLL interface used in a class with a DLL interface
from windows CUDA builds.
asmorkalov added a commit that referenced this pull request Nov 17, 2022
…ning

Suppress CUDA nvcc generated warnings #1394-D and #1388-D on windows
a-sajjad72 pushed a commit to a-sajjad72/opencv that referenced this pull request Mar 30, 2023
warning opencv#1394-D: field of class type without a DLL interface used in a class with a DLL interface
from windows CUDA builds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.