- metadata-extractor-2.4.0 读取 图片exif信息 并包含获取方法 详细方法// File jpegFile = new File( "C:\\2.jpg" ) // Metadata metadata = JpegMetadataReader.readMetadata(jpegFile) // Directory exif = metadata.getDirectory(ExifDirectory.class ) //这里要稍微注意下 // Iterator tags = exif.getTagIterator() //遍历全部信息 // while (tags.hasNext()) { // Tag tag = (Tag)tags.next() // if (tag.getTagName().equalsIgnoreCase("Make")) { // Directory exifDirectory = metadata.getDirectory(ExifDirectory.class) // exifDirectory.setString(tag.getTagType()
- 0791IDCV13Build0928 企业建站的工具软件
- AN801-USB-Virtual-comport ARM BSP Codes for development of different periperiferals of the ARM
- ASS 这是一个电信实际业务WEB功能
- BPSK_forma_onda_una Binary Phase Shift Keying (BPSK) is a type of phase modulation using 2 distinct carrier phases to signal ones and zeros. BPSK is the simplest form of PSK.
- s_stencil Compute return the offset of the stencil value in a pixel. For example
文件名称:2017年人脸检测、人脸对齐、人脸识别源码
介绍说明--下载内容来自于网络,使用问题请自行百度
2017年人脸检测、人脸对齐、人脸识别 c++源码(2017 year Face Recognition c++ source code)
相关搜索: C++
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
FaceAlignment\CMakeLists.txt | 1115 | 2017-09-01 |
FaceAlignment\data\image_0001.png | 512159 | 2017-09-01 |
FaceAlignment\doc\aflw_nrmse.png | 15886 | 2017-09-01 |
FaceAlignment\examples\examples\examples.vcxproj | 8246 | 2017-09-01 |
FaceAlignment\examples\examples\examples.vcxproj.filters | 965 | 2017-09-01 |
FaceAlignment\examples\examples\examples.vcxproj.user | 162 | 2017-09-01 |
FaceAlignment\examples\examples\FaceDetection.dll | 88576 | 2017-09-01 |
FaceAlignment\examples\examples\FaceDetection.lib | 4854 | 2017-09-01 |
FaceAlignment\examples\examples.sln | 2064 | 2017-09-01 |
FaceAlignment\examples\examples.v12.suo | 24064 | 2017-09-01 |
FaceAlignment\examples\FaceAlignment\FaceAlignment.vcxproj | 7509 | 2017-09-01 |
FaceAlignment\examples\FaceAlignment\FaceAlignment.vcxproj.filters | 1151 | 2017-09-01 |
FaceAlignment\include\cfan.h | 4528 | 2017-09-01 |
FaceAlignment\include\common.h | 2717 | 2017-09-01 |
FaceAlignment\include\face_alignment.h | 2420 | 2017-09-01 |
FaceAlignment\include\sift.h | 3679 | 2017-09-01 |
FaceAlignment\model\seeta_fa_v1.1.bin | 2083352 | 2017-09-01 |
FaceAlignment\README.md | 5078 | 2017-09-01 |
FaceAlignment\src\cfan.cpp | 14246 | 2017-09-01 |
FaceAlignment\src\face_alignment.cpp | 3004 | 2017-09-01 |
FaceAlignment\src\sift.cpp | 13437 | 2017-09-01 |
FaceAlignment\src\test\face_alignment_test.cpp | 3829 | 2017-09-01 |
FaceDetection\.gitignore | 7 | 2017-09-01 |
FaceDetection\CMakeLists.txt | 1997 | 2017-09-01 |
FaceDetection\data\0_1_1.jpg | 58996 | 2017-09-01 |
FaceDetection\doc\fddb_roc.png | 33487 | 2017-09-01 |
FaceDetection\examples\examples\examples.vcxproj | 8131 | 2017-09-01 |
FaceDetection\examples\examples\examples.vcxproj.filters | 964 | 2017-09-01 |
FaceDetection\examples\examples\examples.vcxproj.user | 698 | 2017-09-01 |
FaceDetection\examples\examples.sln | 2864 | 2017-09-01 |
FaceDetection\examples\FaceDetection\FaceDetection.vcxproj | 8147 | 2017-09-01 |
FaceDetection\examples\FaceDetection\FaceDetection.vcxproj.filters | 2081 | 2017-09-01 |
FaceDetection\include\classifier\lab_boosted_classifier.h | 3361 | 2017-09-01 |
FaceDetection\include\classifier\mlp.h | 3593 | 2017-09-01 |
FaceDetection\include\classifier\surf_mlp.h | 2503 | 2017-09-01 |
FaceDetection\include\classifier.h | 1880 | 2017-09-01 |
FaceDetection\include\common.h | 2530 | 2017-09-01 |
FaceDetection\include\detector.h | 1932 | 2017-09-01 |
FaceDetection\include\face_detection.h | 3448 | 2017-09-01 |
FaceDetection\include\feat\lab_feature_map.h | 3057 | 2017-09-01 |
FaceDetection\include\feat\surf_feature_map.h | 5272 | 2017-09-01 |
FaceDetection\include\feature_map.h | 1890 | 2017-09-01 |
FaceDetection\include\fust.h | 3262 | 2017-09-01 |
FaceDetection\include\io\lab_boost_model_reader.h | 2073 | 2017-09-01 |
FaceDetection\include\io\surf_mlp_model_reader.h | 1868 | 2017-09-01 |
FaceDetection\include\model_reader.h | 1700 | 2017-09-01 |
FaceDetection\include\util\image_pyramid.h | 5091 | 2017-09-01 |
FaceDetection\include\util\math_func.h | 4803 | 2017-09-01 |
FaceDetection\include\util\nms.h | 1622 | 2017-09-01 |
FaceDetection\model\seeta_fd_frontal_v1.0.bin | 1209904 | 2017-09-01 |
FaceDetection\README.md | 6395 | 2017-09-01 |
FaceDetection\src\classifier\lab_boosted_classifier.cpp | 2696 | 2017-09-01 |
FaceDetection\src\classifier\mlp.cpp | 2754 | 2017-09-01 |
FaceDetection\src\classifier\surf_mlp.cpp | 2333 | 2017-09-01 |
FaceDetection\src\face_detection.cpp | 4150 | 2017-09-01 |
FaceDetection\src\feat\lab_feature_map.cpp | 6485 | 2017-09-01 |
FaceDetection\src\feat\surf_feature_map.cpp | 17053 | 2017-09-01 |
FaceDetection\src\fust.cpp | 12930 | 2017-09-01 |
FaceDetection\src\io\lab_boost_model_reader.cpp | 2995 | 2017-09-01 |
FaceDetection\src\io\surf_mlp_model_reader.cpp | 3249 | 2017-09-01 |
FaceDetection\src\test\facedetection_test.cpp | 3231 | 2017-09-01 |
FaceDetection\src\util\image_pyramid.cpp | 3177 | 2017-09-01 |
FaceDetection\src\util\nms.cpp | 3468 | 2017-09-01 |
FaceIdentification\.gitignore | 7 | 2017-09-01 |
FaceIdentification\CMakeLists.txt | 1176 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\crop_file_list.txt | 1650 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\crop_sdk_file_list.txt | 1850 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\feats.dat | 409616 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\compare_im\Aaron_Peirsol_0001.jpg | 13089 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\compare_im\Aaron_Peirsol_0004.jpg | 15876 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200001_001.jpg | 2680 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200002_002.jpg | 3185 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200003_002.jpg | 4472 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200004_003.jpg | 4173 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200005_037.jpg | 3908 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200006_005.jpg | 3184 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200007_001.jpg | 2997 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200008_002.jpg | 2806 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200009_001.jpg | 3498 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200010_003.jpg | 3201 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200011_001.jpg | 3173 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200012_001.jpg | 3754 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200013_004.jpg | 3221 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200014_006.jpg | 4058 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200015_001.jpg | 3309 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200016_005.jpg | 3603 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200017_005.jpg | 3874 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200018_001.jpg | 3300 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200019_004.jpg | 3084 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200020_003.jpg | 4124 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200021_002.jpg | 2982 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200022_001.jpg | 3333 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200023_001.jpg | 3138 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200024_004.jpg | 3140 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200025_006.jpg | 3372 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200026_003.jpg | 3250 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200027_001.jpg | 3481 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200028_002.jpg | 3369 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200029_005.jpg | 3386 | 2017-09-01 |
FaceIdentification\data\test_face_recognizer\images\crop\NF_200030_003.jpg | 3231 | 2017-09-01 |
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.