嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
opencv_java版
重新编译了3.4.3版本的opencv和opencv_contrib,包含bin,etc,include,java,x64,LICENSE...方便java 使用opencv进行图像处理,新编译的jar包含了源码不带的SURF等方法,以及windows上使用的动态链接库opencv_java343.dll
.
├── FOLDER.HTT
├── desktop.ini
├── install
│ ├── LICENSE
│ ├── OpenCVConfig-version.cmake
│ ├── OpenCVConfig.cmake
│ ├── bin
│ │ └── opencv_waldboost_detector.exe
│ ├── etc
│ │ ├── haarcascades
│ │ │ ├── haarcascade_eye.xml
│ │ │ ├── haarcascade_eye_tree_eyeglasses.xml
│ │ │ ├── haarcascade_frontalcatface.xml
│ │ │ ├── haarcascade_frontalcatface_extended.xml
│ │ │ ├── haarcascade_frontalface_alt.xml
│ │ │ ├── haarcascade_frontalface_alt2.xml
│ │ │ ├── haarcascade_frontalface_alt_tree.xml
│ │ │ ├── haarcascade_frontalface_default.xml
│ │ │ ├── haarcascade_fullbody.xml
│ │ │ ├── haarcascade_lefteye_2splits.xml
│ │ │ ├── haarcascade_licence_plate_rus_16stages.xml
│ │ │ ├── haarcascade_lowerbody.xml
│ │ │ ├── haarcascade_profileface.xml
│ │ │ ├── haarcascade_righteye_2splits.xml
│ │ │ ├── haarcascade_russian_plate_number.xml
│ │ │ ├── haarcascade_smile.xml
│ │ │ └── haarcascade_upperbody.xml
│ │ ├── lbpcascades
│ │ │ ├── lbpcascade_frontalcatface.xml
│ │ │ ├── lbpcascade_frontalface.xml
│ │ │ ├── lbpcascade_frontalface_improved.xml
│ │ │ ├── lbpcascade_profileface.xml
│ │ │ └── lbpcascade_silverware.xml
│ │ └── licenses
│ │ ├── SoftFloat-COPYING.txt
│ │ ├── ippicv-readme.htm
│ │ ├── ippiw-redist.txt
│ │ ├── ippiw-support.txt
│ │ ├── ippiw-third-party-programs.txt
│ │ ├── ittnotify-LICENSE.BSD
│ │ ├── ittnotify-LICENSE.GPL
│ │ ├── jasper-LICENSE
│ │ ├── jasper-README
│ │ ├── jasper-copyright
│ │ ├── libjpeg-turbo-LICENSE.md
│ │ ├── libjpeg-turbo-README.ijg
│ │ ├── libjpeg-turbo-README.md
│ │ ├── libpng-LICENSE
│ │ ├── libpng-README
│ │ ├── libpng-opencv-libpng.patch
│ │ ├── libtiff-COPYRIGHT
│ │ ├── opencl-headers-LICENSE.txt
│ │ ├── openexr-AUTHORS.ilmbase
│ │ ├── openexr-AUTHORS.openexr
│ │ ├── openexr-LICENSE
│ │ ├── openexr-fix_msvc2013_errors.patch
│ │ ├── protobuf-LICENSE
│ │ ├── protobuf-README.md
│ │ └── zlib-README
│ ├── include
│ │ ├── opencv
│ │ │ ├── cv.h
│ │ │ ├── cv.hpp
│ │ │ ├── cvaux.h
│ │ │ ├── cvaux.hpp
│ │ │ ├── cvwimage.h
│ │ │ ├── cxcore.h
│ │ │ ├── cxcore.hpp
│ │ │ ├── cxeigen.hpp
│ │ │ ├── cxmisc.h
│ │ │ ├── highgui.h
│ │ │ └── ml.h
│ │ └── opencv2
│ │ ├── aruco
│ │ │ ├── charuco.hpp
│ │ │ └── dictionary.hpp
│ │ ├── aruco.hpp
│ │ ├── bgsegm.hpp
│ │ ├── bioinspired
│ │ │ ├── bioinspired.hpp
│ │ │ ├── retina.hpp
│ │ │ ├── retinafasttonemapping.hpp
│ │ │ └── transientareassegmentationmodule.hpp
│ │ ├── bioinspired.hpp
│ │ ├── calib3d
│ │ │ ├── calib3d.hpp
│ │ │ └── calib3d_c.h
│ │ ├── calib3d.hpp
│ │ ├── ccalib
│ │ │ ├── multicalib.hpp
│ │ │ ├── omnidir.hpp
│ │ │ └── randpattern.hpp
│ │ ├── ccalib.hpp
│ │ ├── core
│ │ │ ├── affine.hpp
│ │ │ ├── base.hpp
│ │ │ ├── bufferpool.hpp
│ │ │ ├── check.hpp
│ │ │ ├── core.hpp
│ │ │ ├── core_c.h
│ │ │ ├── cuda
│ │ │ │ ├── block.hpp
│ │ │ │ ├── border_interpolate.hpp
│ │ │ │ ├── color.hpp
│ │ │ │ ├── common.hpp
│ │ │ │ ├── datamov_utils.hpp
│ │ │ │ ├── detail
│ │ │ │ │ ├── color_detail.hpp
│ │ │ │ │ ├── reduce.hpp
│ │ │ │ │ ├── reduce_key_val.hpp
│ │ │ │ │ ├── transform_detail.hpp
│ │ │ │ │ ├── type_traits_detail.hpp
│ │ │ │ │ └── vec_distance_detail.hpp
│ │ │ │ ├── dynamic_smem.hpp
│ │ │ │ ├── emulation.hpp
│ │ │ │ ├── filters.hpp
│ │ │ │ ├── funcattrib.hpp
│ │ │ │ ├── functional.hpp
│ │ │ │ ├── limits.hpp
│ │ │ │ ├── reduce.hpp
│ │ │ │ ├── saturate_cast.hpp
│ │ │ │ ├── scan.hpp
│ │ │ │ ├── simd_functions.hpp
│ │ │ │ ├── transform.hpp
│ │ │ │ ├── type_traits.hpp
│ │ │ │ ├── utility.hpp
│ │ │ │ ├── vec_distance.hpp
│ │ │ │ ├── vec_math.hpp
│ │ │ │ ├── vec_traits.hpp
│ │ │ │ ├── warp.hpp
│ │ │ │ ├── warp_reduce.hpp
│ │ │ │ └── warp_shuffle.hpp
│ │ │ ├── cuda.hpp
│ │ │ ├── cuda.inl.hpp
│ │ │ ├── cuda_stream_accessor.hpp
│ │ │ ├── cuda_types.hpp
│ │ │ ├── cv_cpu_dispatch.h
│ │ │ ├── cv_cpu_helper.h
│ │ │ ├── cvdef.h
│ │ │ ├── cvstd.hpp
│ │ │ ├── cvstd.inl.hpp
│ │ │ ├── directx.hpp
│ │ │ ├── eigen.hpp
│ │ │ ├── fast_math.hpp
│ │ │ ├── hal
│ │ │ │ ├── hal.hpp
│ │ │ │ ├── interface.h
│ │ │ │ ├── intrin.hpp
│ │ │ │ ├── intrin_avx.hpp
│ │ │ │ ├── intrin_cpp.hpp
│ │ │ │ ├── intrin_neon.hpp
│ │ │ │ ├── intrin_sse.hpp
│ │ │ │ └── intrin_vsx.hpp
│ │ │ ├── ippasync.hpp
│ │ │ ├── mat.hpp
│ │ │ ├── mat.inl.hpp
│ │ │ ├── matx.hpp
│ │ │ ├── neon_utils.hpp
│ │ │ ├── ocl.hpp
│ │ │ ├── ocl_genbase.hpp
│ │ │ ├── opencl
│ │ │ │ ├── ocl_defs.hpp
│ │ │ │ ├── opencl_info.hpp
│ │ │ │ ├── opencl_svm.hpp
│ │ │ │ └── runtime
│ │ │ │ ├── autogenerated
│ │ │ │ │ ├── opencl_clamdblas.hpp
│ │ │ │ │ ├── opencl_clamdfft.hpp
│ │ │ │ │ ├── opencl_core.hpp
│ │ │ │ │ ├── opencl_core_wrappers.hpp
│ │ │ │ │ ├── opencl_gl.hpp
│ │ │ │ │ └── opencl_gl_wrappers.hpp
│ │ │ │ ├── opencl_clamdblas.hpp
│ │ │ │ ├── opencl_clamdfft.hpp
│ │ │ │ ├── opencl_core.hpp
│ │ │ │ ├── opencl_core_wrappers.hpp
│ │ │ │ ├── opencl_gl.hpp
│ │ │ │ ├── opencl_gl_wrappers.hpp
│ │ │ │ ├── opencl_svm_20.hpp
│ │ │ │ ├── opencl_svm_definitions.hpp
│ │ │ │ └── opencl_svm_hsa_extension.hpp
│ │ │ ├── opengl.hpp
│ │ │ ├── operations.hpp
│ │ │ ├── optim.hpp
│ │ │ ├── ovx.hpp
│ │ │ ├── persistence.hpp
│ │ │ ├── ptr.inl.hpp
│ │ │ ├── saturate.hpp
│ │ │ ├── softfloat.hpp
│ │ │ ├── sse_utils.hpp
│ │ │ ├── traits.hpp
│ │ │ ├── types.hpp
│ │ │ ├── types_c.h
│ │ │ ├── utility.hpp
│ │ │ ├── utils
│ │ │ │ ├── filesystem.hpp
│ │ │ │ ├── logger.defines.hpp
│ │ │ │ ├── logger.hpp
│ │ │ │ └── trace.hpp
│ │ │ ├── va_intel.hpp
│ │ │ ├── version.hpp
│ │ │ ├── vsx_utils.hpp
│ │ │ └── wimage.hpp
│ │ ├── core.hpp
│ │ ├── core_detect.hpp
│ │ ├── cvconfig.h
│ │ ├── datasets
│ │ │ ├── ar_hmdb.hpp
│ │ │ ├── ar_sports.hpp
│ │ │ ├── dataset.hpp
│ │ │ ├── fr_adience.hpp
│ │ │ ├── fr_lfw.hpp
│ │ │ ├── gr_chalearn.hpp
│ │ │ ├── gr_skig.hpp
│ │ │ ├── hpe_humaneva.hpp
│ │ │ ├── hpe_parse.hpp
│ │ │ ├── ir_affine.hpp
│ │ │ ├── ir_robot.hpp
│ │ │ ├── is_bsds.hpp
│ │ │ ├── is_weizmann.hpp
│ │ │ ├── msm_epfl.hpp
│ │ │ ├── msm_middlebury.hpp
│ │ │ ├── or_imagenet.hpp
│ │ │ ├── or_mnist.hpp
│ │ │ ├── or_pascal.hpp
│ │ │ ├── or_sun.hpp
│ │ │ ├── pd_caltech.hpp
│ │ │ ├── pd_inria.hpp
│ │ │ ├── slam_kitti.hpp
│ │ │ ├── slam_tumindoor.hpp
│ │ │ ├── tr_chars.hpp
│ │ │ ├── tr_icdar.hpp
│ │ │ ├── tr_svt.hpp
│ │ │ ├── track_alov.hpp
│ │ │ ├── track_vot.hpp
│ │ │ └── util.hpp
│ │ ├── dnn
│ │ │ ├── all_layers.hpp
│ │ │ ├── dict.hpp
│ │ │ ├── dnn.hpp
│ │ │ ├── dnn.inl.hpp
│ │ │ ├── layer.details.hpp
│ │ │ ├── layer.hpp
│ │ │ └── shape_utils.hpp
│ │ ├── dnn.hpp
│ │ ├── dpm.hpp
│ │ ├── face
│ │ │ ├── bif.hpp
│ │ │ ├── face_alignment.hpp
│ │ │ ├── facemark.hpp
│ │ │ ├── facemarkAAM.hpp
│ │ │ ├── facemarkLBF.hpp
│ │ │ ├── facemark_train.hpp
│ │ │ ├── facerec.hpp
│ │ │ ├── mace.hpp
│ │ │ └── predict_collector.hpp
│ │ ├── face.hpp
│ │ ├── features2d
│ │ │ ├── features2d.hpp
│ │ │ └── hal
│ │ │ └── interface.h
│ │ ├── features2d.hpp
│ │ ├── flann
│ │ │ ├── all_indices.h
│ │ │ ├── allocator.h
│ │ │ ├── any.h
│ │ │ ├── autotuned_index.h
│ │ │ ├── composite_index.h
│ │ │ ├── config.h
│ │ │ ├── defines.h
│ │ │ ├── dist.h
│ │ │ ├── dummy.h
│ │ │ ├── dynamic_bitset.h
│ │ │ ├── flann.hpp
│ │ │ ├── flann_base.hpp
│ │ │ ├── general.h
│ │ │ ├── ground_truth.h
│ │ │ ├── hdf5.h
│ │ │ ├── heap.h
│ │ │ ├── hierarchical_clustering_index.h
│ │ │ ├── index_testing.h
│ │ │ ├── kdtree_index.h
│ │ │ ├── kdtree_single_index.h
│ │ │ ├── kmeans_index.h
│ │ │ ├── linear_index.h
│ │ │ ├── logger.h
│ │ │ ├── lsh_index.h
│ │ │ ├── lsh_table.h
│ │ │ ├── matrix.h
│ │ │ ├── miniflann.hpp
│ │ │ ├── nn_index.h
│ │ │ ├── object_factory.h
│ │ │ ├── params.h
│ │ │ ├── random.h
│ │ │ ├── result_set.h
│ │ │ ├── sampling.h
│ │ │ ├── saving.h
│ │ │ ├── simplex_downhill.h
│ │ │ └── timer.h
│ │ ├── flann.hpp
│ │ ├── fuzzy
│ │ │ ├── fuzzy_F0_math.hpp
│ │ │ ├── fuzzy_F1_math.hpp
│ │ │ ├── fuzzy_image.hpp
│ │ │ └── types.hpp
│ │ ├── fuzzy.hpp
│ │ ├── hdf
│ │ │ └── hdf5.hpp
│ │ ├── hdf.hpp
│ │ ├── hfs.hpp
│ │ ├── highgui
│ │ │ ├── highgui.hpp
│ │ │ └── highgui_c.h
│ │ ├── highgui.hpp
│ │ ├── img_hash
│ │ │ ├── average_hash.hpp
│ │ │ ├── block_mean_hash.hpp
│ │ │ ├── color_moment_hash.hpp
│ │ │ ├── img_hash_base.hpp
│ │ │ ├── marr_hildreth_hash.hpp
│ │ │ ├── phash.hpp
│ │ │ └── radial_variance_hash.hpp
│ │ ├── img_hash.hpp
│ │ ├── imgcodecs
│ │ │ ├── imgcodecs.hpp
│ │ │ ├── imgcodecs_c.h
│ │ │ └── ios.h
│ │ ├── imgcodecs.hpp
│ │ ├── imgproc
│ │ │ ├── detail
│ │ │ │ └── distortion_model.hpp
│ │ │ ├── hal
│ │ │ │ ├── hal.hpp
│ │ │ │ └── interface.h
│ │ │ ├── imgproc.hpp
│ │ │ ├── imgproc_c.h
│ │ │ └── types_c.h
│ │ ├── imgproc.hpp
│ │ ├── line_descriptor
│ │ │ └── descriptor.hpp
│ │ ├── line_descriptor.hpp
│ │ ├── ml
│ │ │ ├── ml.hpp
│ │ │ └── ml.inl.hpp
│ │ ├── ml.hpp
│ │ ├── objdetect
│ │ │ ├── detection_based_tracker.hpp
│ │ │ ├── objdetect.hpp
│ │ │ └── objdetect_c.h
│ │ ├── objdetect.hpp
│ │ ├── opencv.hpp
│ │ ├── opencv_modules.hpp
│ │ ├── optflow
│ │ │ ├── motempl.hpp
│ │ │ ├── pcaflow.hpp
│ │ │ └── sparse_matching_gpc.hpp
│ │ ├── optflow.hpp
│ │ ├── phase_unwrapping
│ │ │ ├── histogramphaseunwrapping.hpp
│ │ │ └── phase_unwrapping.hpp
│ │ ├── phase_unwrapping.hpp
│ │ ├── photo
│ │ │ ├── cuda.hpp
│ │ │ ├── photo.hpp
│ │ │ └── photo_c.h
│ │ ├── photo.hpp
│ │ ├── plot.hpp
│ │ ├── reg
│ │ │ ├── map.hpp
│ │ │ ├── mapaffine.hpp
│ │ │ ├── mapper.hpp
│ │ │ ├── mappergradaffine.hpp
│ │ │ ├── mappergradeuclid.hpp
│ │ │ ├── mappergradproj.hpp
│ │ │ ├── mappergradshift.hpp
│ │ │ ├── mappergradsimilar.hpp
│ │ │ ├── mapperpyramid.hpp
│ │ │ ├── mapprojec.hpp
│ │ │ └── mapshift.hpp
│ │ ├── rgbd
│ │ │ └── linemod.hpp
│ │ ├── rgbd.hpp
│ │ ├── saliency
│ │ │ ├── saliencyBaseClasses.hpp
│ │ │ └── saliencySpecializedClasses.hpp
│ │ ├── saliency.hpp
│ │ ├── shape
│ │ │ ├── emdL1.hpp
│ │ │ ├── hist_cost.hpp
│ │ │ ├── shape.hpp
│ │ │ ├── shape_distance.hpp
│ │ │ └── shape_transformer.hpp
│ │ ├── shape.hpp
│ │ ├── stereo
│ │ │ ├── descriptor.hpp
│ │ │ ├── matching.hpp
│ │ │ └── stereo.hpp
│ │ ├── stereo.hpp
│ │ ├── stitching
│ │ │ ├── detail
│ │ │ │ ├── autocalib.hpp
│ │ │ │ ├── blenders.hpp
│ │ │ │ ├── camera.hpp
│ │ │ │ ├── exposure_compensate.hpp
│ │ │ │ ├── matchers.hpp
│ │ │ │ ├── motion_estimators.hpp
│ │ │ │ ├── seam_finders.hpp
│ │ │ │ ├── timelapsers.hpp
│ │ │ │ ├── util.hpp
│ │ │ │ ├── util_inl.hpp
│ │ │ │ ├── warpers.hpp
│ │ │ │ └── warpers_inl.hpp
│ │ │ └── warpers.hpp
│ │ ├── stitching.hpp
│ │ ├── structured_light
│ │ │ ├── graycodepattern.hpp
│ │ │ ├── sinusoidalpattern.hpp
│ │ │ └── structured_light.hpp
│ │ ├── structured_light.hpp
│ │ ├── superres
│ │ │ └── optical_flow.hpp
│ │ ├── superres.hpp
│ │ ├── surface_matching
│ │ │ ├── icp.hpp
│ │ │ ├── pose_3d.hpp
│ │ │ ├── ppf_helpers.hpp
│ │ │ ├── ppf_match_3d.hpp
│ │ │ └── t_hash_int.hpp
│ │ ├── surface_matching.hpp
│ │ ├── text
│ │ │ ├── erfilter.hpp
│ │ │ ├── ocr.hpp
│ │ │ └── textDetector.hpp
│ │ ├── text.hpp
│ │ ├── tracking
│ │ │ ├── feature.hpp
│ │ │ ├── kalman_filters.hpp
│ │ │ ├── onlineBoosting.hpp
│ │ │ ├── onlineMIL.hpp
│ │ │ ├── tldDataset.hpp
│ │ │ ├── tracker.hpp
│ │ │ └── tracking.hpp
│ │ ├── tracking.hpp
│ │ ├── video
│ │ │ ├── background_segm.hpp
│ │ │ ├── tracking.hpp
│ │ │ ├── tracking_c.h
│ │ │ └── video.hpp
│ │ ├── video.hpp
│ │ ├── videoio
│ │ │ ├── cap_ios.h
│ │ │ ├── registry.hpp
│ │ │ ├── videoio.hpp
│ │ │ └── videoio_c.h
│ │ ├── videoio.hpp
│ │ ├── videostab
│ │ │ ├── deblurring.hpp
│ │ │ ├── fast_marching.hpp
│ │ │ ├── fast_marching_inl.hpp
│ │ │ ├── frame_source.hpp
│ │ │ ├── global_motion.hpp
│ │ │ ├── inpainting.hpp
│ │ │ ├── log.hpp
│ │ │ ├── motion_core.hpp
│ │ │ ├── motion_stabilizing.hpp
│ │ │ ├── optical_flow.hpp
│ │ │ ├── outlier_rejection.hpp
│ │ │ ├── ring_buffer.hpp
│ │ │ ├── stabilizer.hpp
│ │ │ └── wobble_suppression.hpp
│ │ ├── videostab.hpp
│ │ ├── xfeatures2d
│ │ │ ├── cuda.hpp
│ │ │ └── nonfree.hpp
│ │ ├── xfeatures2d.hpp
│ │ ├── ximgproc
│ │ │ ├── brightedges.hpp
│ │ │ ├── deriche_filter.hpp
│ │ │ ├── disparity_filter.hpp
│ │ │ ├── edge_filter.hpp
│ │ │ ├── edgeboxes.hpp
│ │ │ ├── estimated_covariance.hpp
│ │ │ ├── fast_hough_transform.hpp
│ │ │ ├── fast_line_detector.hpp
│ │ │ ├── fourier_descriptors.hpp
│ │ │ ├── lsc.hpp
│ │ │ ├── paillou_filter.hpp
│ │ │ ├── peilin.hpp
│ │ │ ├── ridgefilter.hpp
│ │ │ ├── seeds.hpp
│ │ │ ├── segmentation.hpp
│ │ │ ├── slic.hpp
│ │ │ ├── sparse_match_interpolator.hpp
│ │ │ ├── structured_edge_detection.hpp
│ │ │ └── weighted_median_filter.hpp
│ │ ├── ximgproc.hpp
│ │ ├── xobjdetect.hpp
│ │ ├── xphoto
│ │ │ ├── bm3d_image_denoising.hpp
│ │ │ ├── dct_image_denoising.hpp
│ │ │ ├── inpainting.hpp
│ │ │ └── white_balance.hpp
│ │ └── xphoto.hpp
│ ├── java
│ │ ├── opencv-343.jar
│ │ └── opencv_java343.dll
│ └── x64
│ └── vc15
│ ├── bin
│ │ ├── opencv_annotation.exe
│ │ ├── opencv_aruco343.dll
│ │ ├── opencv_bgsegm343.dll
│ │ ├── opencv_bioinspired343.dll
│ │ ├── opencv_calib3d343.dll
│ │ ├── opencv_ccalib343.dll
│ │ ├── opencv_core343.dll
│ │ ├── opencv_createsamples.exe
│ │ ├── opencv_datasets343.dll
│ │ ├── opencv_dnn343.dll
│ │ ├── opencv_dnn_objdetect343.dll
│ │ ├── opencv_dpm343.dll
│ │ ├── opencv_face343.dll
│ │ ├── opencv_features2d343.dll
│ │ ├── opencv_ffmpeg343_64.dll
│ │ ├── opencv_flann343.dll
│ │ ├── opencv_fuzzy343.dll
│ │ ├── opencv_hdf343.dll
│ │ ├── opencv_hfs343.dll
│ │ ├── opencv_highgui343.dll
│ │ ├── opencv_img_hash343.dll
│ │ ├── opencv_imgcodecs343.dll
│ │ ├── opencv_imgproc343.dll
│ │ ├── opencv_interactive-calibration.exe
│ │ ├── opencv_line_descriptor343.dll
│ │ ├── opencv_ml343.dll
│ │ ├── opencv_objdetect343.dll
│ │ ├── opencv_optflow343.dll
│ │ ├── opencv_phase_unwrapping343.dll
│ │ ├── opencv_photo343.dll
│ │ ├── opencv_plot343.dll
│ │ ├── opencv_reg343.dll
│ │ ├── opencv_rgbd343.dll
│ │ ├── opencv_saliency343.dll
│ │ ├── opencv_shape343.dll
│ │ ├── opencv_stereo343.dll
│ │ ├── opencv_stitching343.dll
│ │ ├── opencv_structured_light343.dll
│ │ ├── opencv_superres343.dll
│ │ ├── opencv_surface_matching343.dll
│ │ ├── opencv_text343.dll
│ │ ├── opencv_tracking343.dll
│ │ ├── opencv_traincascade.exe
│ │ ├── opencv_version.exe
│ │ ├── opencv_version_win32.exe
│ │ ├── opencv_video343.dll
│ │ ├── opencv_videoio343.dll
│ │ ├── opencv_videostab343.dll
│ │ ├── opencv_visualisation.exe
│ │ ├── opencv_xfeatures2d343.dll
│ │ ├── opencv_ximgproc343.dll
│ │ ├── opencv_xobjdetect343.dll
│ │ └── opencv_xphoto343.dll
│ └── lib
│ ├── OpenCVConfig-version.cmake
│ ├── OpenCVConfig.cmake
│ ├── OpenCVModules-release.cmake
│ ├── OpenCVModules.cmake
│ ├── opencv_aruco343.lib
│ ├── opencv_bgsegm343.lib
│ ├── opencv_bioinspired343.lib
│ ├── opencv_calib3d343.lib
│ ├── opencv_ccalib343.lib
│ ├── opencv_core343.lib
│ ├── opencv_datasets343.lib
│ ├── opencv_dnn343.lib
│ ├── opencv_dnn_objdetect343.lib
│ ├── opencv_dpm343.lib
│ ├── opencv_face343.lib
│ ├── opencv_features2d343.lib
│ ├── opencv_flann343.lib
│ ├── opencv_fuzzy343.lib
│ ├── opencv_hdf343.lib
│ ├── opencv_hfs343.lib
│ ├── opencv_highgui343.lib
│ ├── opencv_img_hash343.lib
│ ├── opencv_imgcodecs343.lib
│ ├── opencv_imgproc343.lib
│ ├── opencv_line_descriptor343.lib
│ ├── opencv_ml343.lib
│ ├── opencv_objdetect343.lib
│ ├── opencv_optflow343.lib
│ ├── opencv_phase_unwrapping343.lib
│ ├── opencv_photo343.lib
│ ├── opencv_plot343.lib
│ ├── opencv_reg343.lib
│ ├── opencv_rgbd343.lib
│ ├── opencv_saliency343.lib
│ ├── opencv_shape343.lib
│ ├── opencv_stereo343.lib
│ ├── opencv_stitching343.lib
│ ├── opencv_structured_light343.lib
│ ├── opencv_superres343.lib
│ ├── opencv_surface_matching343.lib
│ ├── opencv_text343.lib
│ ├── opencv_tracking343.lib
│ ├── opencv_video343.lib
│ ├── opencv_videoio343.lib
│ ├── opencv_videostab343.lib
│ ├── opencv_xfeatures2d343.lib
│ ├── opencv_ximgproc343.lib
│ ├── opencv_xobjdetect343.lib
│ └── opencv_xphoto343.lib
└── opencv_java版_install.zip
64 directories, 549 files