├── .gitignore ├── .idea ├── caches │ └── build_file_checksums.ser ├── codeStyles │ └── Project.xml ├── gradle.xml ├── misc.xml ├── runConfigurations.xml └── vcs.xml ├── README.md ├── app ├── .gitignore ├── CMakeLists.txt ├── build.gradle ├── proguard-rules.pro └── src │ ├── androidTest │ └── java │ │ └── com │ │ └── tina │ │ └── douyin │ │ └── ExampleInstrumentedTest.java │ ├── main │ ├── AndroidManifest.xml │ ├── assets │ │ ├── lbpcascade_frontalface.xml │ │ └── seeta_fa_v1.1.bin │ ├── cpp │ │ ├── FaceAlignment │ │ │ ├── CMakeLists.txt │ │ │ ├── include │ │ │ │ ├── cfan.h │ │ │ │ ├── common.h │ │ │ │ ├── face_alignment.h │ │ │ │ └── sift.h │ │ │ └── src │ │ │ │ ├── cfan.cpp │ │ │ │ ├── face_alignment.cpp │ │ │ │ └── sift.cpp │ │ ├── FaceTrack.cpp │ │ ├── FaceTrack.h │ │ ├── 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 │ │ │ │ ├── calib3d.hpp │ │ │ │ ├── calib3d │ │ │ │ ├── calib3d.hpp │ │ │ │ └── calib3d_c.h │ │ │ │ ├── core.hpp │ │ │ │ ├── core │ │ │ │ ├── affine.hpp │ │ │ │ ├── base.hpp │ │ │ │ ├── bufferpool.hpp │ │ │ │ ├── check.hpp │ │ │ │ ├── core.hpp │ │ │ │ ├── core_c.h │ │ │ │ ├── cuda.hpp │ │ │ │ ├── cuda.inl.hpp │ │ │ │ ├── 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_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 │ │ │ │ ├── cvconfig.h │ │ │ │ ├── dnn.hpp │ │ │ │ ├── dnn │ │ │ │ ├── all_layers.hpp │ │ │ │ ├── dict.hpp │ │ │ │ ├── dnn.hpp │ │ │ │ ├── dnn.inl.hpp │ │ │ │ ├── layer.details.hpp │ │ │ │ ├── layer.hpp │ │ │ │ └── shape_utils.hpp │ │ │ │ ├── features2d.hpp │ │ │ │ ├── features2d │ │ │ │ ├── features2d.hpp │ │ │ │ └── hal │ │ │ │ │ └── interface.h │ │ │ │ ├── flann.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 │ │ │ │ ├── highgui.hpp │ │ │ │ ├── highgui │ │ │ │ ├── highgui.hpp │ │ │ │ └── highgui_c.h │ │ │ │ ├── imgcodecs.hpp │ │ │ │ ├── imgcodecs │ │ │ │ ├── imgcodecs.hpp │ │ │ │ ├── imgcodecs_c.h │ │ │ │ └── ios.h │ │ │ │ ├── imgproc.hpp │ │ │ │ ├── imgproc │ │ │ │ ├── detail │ │ │ │ │ └── distortion_model.hpp │ │ │ │ ├── hal │ │ │ │ │ ├── hal.hpp │ │ │ │ │ └── interface.h │ │ │ │ ├── imgproc.hpp │ │ │ │ ├── imgproc_c.h │ │ │ │ └── types_c.h │ │ │ │ ├── ml.hpp │ │ │ │ ├── ml │ │ │ │ ├── ml.hpp │ │ │ │ └── ml.inl.hpp │ │ │ │ ├── objdetect.hpp │ │ │ │ ├── objdetect │ │ │ │ ├── detection_based_tracker.hpp │ │ │ │ ├── objdetect.hpp │ │ │ │ └── objdetect_c.h │ │ │ │ ├── opencv.hpp │ │ │ │ ├── opencv_modules.hpp │ │ │ │ ├── photo.hpp │ │ │ │ ├── photo │ │ │ │ ├── cuda.hpp │ │ │ │ ├── photo.hpp │ │ │ │ └── photo_c.h │ │ │ │ ├── shape.hpp │ │ │ │ ├── shape │ │ │ │ ├── emdL1.hpp │ │ │ │ ├── hist_cost.hpp │ │ │ │ ├── shape.hpp │ │ │ │ ├── shape_distance.hpp │ │ │ │ └── shape_transformer.hpp │ │ │ │ ├── stitching.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 │ │ │ │ ├── superres.hpp │ │ │ │ ├── superres │ │ │ │ └── optical_flow.hpp │ │ │ │ ├── video.hpp │ │ │ │ ├── video │ │ │ │ ├── background_segm.hpp │ │ │ │ ├── tracking.hpp │ │ │ │ ├── tracking_c.h │ │ │ │ └── video.hpp │ │ │ │ ├── videoio.hpp │ │ │ │ ├── videoio │ │ │ │ ├── cap_ios.h │ │ │ │ ├── registry.hpp │ │ │ │ ├── videoio.hpp │ │ │ │ └── videoio_c.h │ │ │ │ ├── videostab.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 │ │ └── native-lib.cpp │ ├── java │ │ └── com │ │ │ └── tina │ │ │ └── douyin │ │ │ ├── MainActivity.java │ │ │ ├── camera │ │ │ ├── face │ │ │ │ ├── Face.java │ │ │ │ └── FaceTrack.java │ │ │ ├── filiter │ │ │ │ ├── AbstractFilter.java │ │ │ │ ├── AbstractFrameFilter.java │ │ │ │ ├── BeautyFilter.java │ │ │ │ ├── BigEyeFilter.java │ │ │ │ ├── CameraFilter.java │ │ │ │ ├── ScreenFilter.java │ │ │ │ └── StickFilter.java │ │ │ ├── record │ │ │ │ ├── EGLBase.java │ │ │ │ └── MediaRecorder.java │ │ │ └── widget │ │ │ │ ├── DouyinRender.java │ │ │ │ ├── DouyinView.java │ │ │ │ └── RecordButton.java │ │ │ ├── util │ │ │ ├── CameraHelper.java │ │ │ └── OpenGLUtils.java │ │ │ └── video │ │ │ ├── VideoActivity.java │ │ │ ├── codec │ │ │ ├── ISurface.java │ │ │ └── VideoCodec.java │ │ │ ├── filter │ │ │ ├── GLImage.java │ │ │ └── SoulFilter.java │ │ │ └── widget │ │ │ └── VideoView.java │ ├── jniLibs │ │ └── armeabi-v7a │ │ │ └── libopencv_java3.so │ └── res │ │ ├── drawable-v24 │ │ └── ic_launcher_foreground.xml │ │ ├── drawable │ │ ├── erduo_000.png │ │ ├── ic_launcher_background.xml │ │ ├── record_press_button_background.xml │ │ ├── record_speed_background.xml │ │ ├── record_speed_button_background.xml │ │ └── record_speed_button_text.xml │ │ ├── layout │ │ ├── activity_main.xml │ │ └── activity_video.xml │ │ ├── mipmap-anydpi-v26 │ │ ├── ic_launcher.xml │ │ └── ic_launcher_round.xml │ │ ├── mipmap-hdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-mdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-xhdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-xxhdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-xxxhdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── raw │ │ ├── base_frag.frag │ │ ├── base_vertex.vert │ │ ├── beauty_frag.frag │ │ ├── beauty_fragment2.glsl │ │ ├── bigeye_frag.frag │ │ ├── camera_frag.frag │ │ ├── camera_vertex.vert │ │ ├── soul_frag.frag │ │ ├── soul_vertex.vert │ │ └── test.vert │ │ └── values │ │ ├── colors.xml │ │ ├── strings.xml │ │ └── styles.xml │ └── test │ └── java │ └── com │ └── tina │ └── douyin │ └── ExampleUnitTest.java ├── gradle.properties ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat └── settings.gradle /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/.gitignore -------------------------------------------------------------------------------- /.idea/caches/build_file_checksums.ser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/.idea/caches/build_file_checksums.ser -------------------------------------------------------------------------------- /.idea/codeStyles/Project.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/.idea/codeStyles/Project.xml -------------------------------------------------------------------------------- /.idea/gradle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/.idea/gradle.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/runConfigurations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/.idea/runConfigurations.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/README.md -------------------------------------------------------------------------------- /app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /app/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/CMakeLists.txt -------------------------------------------------------------------------------- /app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/build.gradle -------------------------------------------------------------------------------- /app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/proguard-rules.pro -------------------------------------------------------------------------------- /app/src/androidTest/java/com/tina/douyin/ExampleInstrumentedTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/androidTest/java/com/tina/douyin/ExampleInstrumentedTest.java -------------------------------------------------------------------------------- /app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /app/src/main/assets/lbpcascade_frontalface.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/assets/lbpcascade_frontalface.xml -------------------------------------------------------------------------------- /app/src/main/assets/seeta_fa_v1.1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/assets/seeta_fa_v1.1.bin -------------------------------------------------------------------------------- /app/src/main/cpp/FaceAlignment/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/FaceAlignment/CMakeLists.txt -------------------------------------------------------------------------------- /app/src/main/cpp/FaceAlignment/include/cfan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/FaceAlignment/include/cfan.h -------------------------------------------------------------------------------- /app/src/main/cpp/FaceAlignment/include/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/FaceAlignment/include/common.h -------------------------------------------------------------------------------- /app/src/main/cpp/FaceAlignment/include/face_alignment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/FaceAlignment/include/face_alignment.h -------------------------------------------------------------------------------- /app/src/main/cpp/FaceAlignment/include/sift.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/FaceAlignment/include/sift.h -------------------------------------------------------------------------------- /app/src/main/cpp/FaceAlignment/src/cfan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/FaceAlignment/src/cfan.cpp -------------------------------------------------------------------------------- /app/src/main/cpp/FaceAlignment/src/face_alignment.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/FaceAlignment/src/face_alignment.cpp -------------------------------------------------------------------------------- /app/src/main/cpp/FaceAlignment/src/sift.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/FaceAlignment/src/sift.cpp -------------------------------------------------------------------------------- /app/src/main/cpp/FaceTrack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/FaceTrack.cpp -------------------------------------------------------------------------------- /app/src/main/cpp/FaceTrack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/FaceTrack.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv/cv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv/cv.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv/cv.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv/cv.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv/cvaux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv/cvaux.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv/cvaux.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv/cvaux.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv/cvwimage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv/cvwimage.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv/cxcore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv/cxcore.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv/cxcore.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv/cxcore.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv/cxeigen.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv/cxeigen.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv/cxmisc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv/cxmisc.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv/highgui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv/highgui.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv/ml.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv/ml.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/calib3d.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/calib3d.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/calib3d/calib3d.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/calib3d/calib3d.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/calib3d/calib3d_c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/calib3d/calib3d_c.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/affine.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/affine.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/base.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/base.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/bufferpool.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/bufferpool.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/check.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/check.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/core.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/core.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/core_c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/core_c.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda.inl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda.inl.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/block.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/block.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/border_interpolate.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/border_interpolate.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/color.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/color.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/common.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/common.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/datamov_utils.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/datamov_utils.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/detail/color_detail.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/detail/color_detail.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/detail/reduce.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/detail/reduce.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/detail/reduce_key_val.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/detail/reduce_key_val.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/detail/transform_detail.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/detail/transform_detail.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/detail/type_traits_detail.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/detail/type_traits_detail.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/detail/vec_distance_detail.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/detail/vec_distance_detail.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/dynamic_smem.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/dynamic_smem.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/emulation.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/emulation.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/filters.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/filters.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/funcattrib.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/funcattrib.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/functional.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/functional.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/limits.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/limits.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/reduce.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/reduce.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/saturate_cast.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/saturate_cast.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/scan.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/scan.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/simd_functions.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/simd_functions.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/transform.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/transform.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/type_traits.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/type_traits.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/utility.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/utility.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/vec_distance.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/vec_distance.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/vec_math.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/vec_math.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/vec_traits.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/vec_traits.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/warp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/warp.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/warp_reduce.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/warp_reduce.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda/warp_shuffle.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda/warp_shuffle.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda_stream_accessor.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda_stream_accessor.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cuda_types.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cuda_types.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cv_cpu_dispatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cv_cpu_dispatch.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cv_cpu_helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cv_cpu_helper.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cvdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cvdef.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cvstd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cvstd.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/cvstd.inl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/cvstd.inl.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/directx.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/directx.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/eigen.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/eigen.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/fast_math.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/fast_math.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/hal/hal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/hal/hal.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/hal/interface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/hal/interface.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/hal/intrin.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/hal/intrin.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/hal/intrin_avx.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/hal/intrin_avx.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/hal/intrin_cpp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/hal/intrin_cpp.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/hal/intrin_neon.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/hal/intrin_neon.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/hal/intrin_sse.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/hal/intrin_sse.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/hal/intrin_vsx.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/hal/intrin_vsx.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/ippasync.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/ippasync.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/mat.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/mat.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/mat.inl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/mat.inl.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/matx.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/matx.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/neon_utils.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/neon_utils.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/ocl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/ocl.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/ocl_genbase.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/ocl_genbase.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/opencl/ocl_defs.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/opencl/ocl_defs.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/opencl/opencl_info.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/opencl/opencl_info.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/opencl/opencl_svm.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/opencl/opencl_svm.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdblas.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdblas.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdfft.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdfft.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/opencl/runtime/autogenerated/opencl_gl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/opencl/runtime/autogenerated/opencl_gl.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/opencl/runtime/autogenerated/opencl_gl_wrappers.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/opencl/runtime/autogenerated/opencl_gl_wrappers.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/opencl/runtime/opencl_clamdblas.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/opencl/runtime/opencl_clamdblas.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/opencl/runtime/opencl_clamdfft.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/opencl/runtime/opencl_clamdfft.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/opencl/runtime/opencl_core.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/opencl/runtime/opencl_core.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/opencl/runtime/opencl_core_wrappers.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/opencl/runtime/opencl_core_wrappers.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/opencl/runtime/opencl_gl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/opencl/runtime/opencl_gl.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/opencl/runtime/opencl_gl_wrappers.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/opencl/runtime/opencl_gl_wrappers.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/opencl/runtime/opencl_svm_20.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/opencl/runtime/opencl_svm_20.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/opencl/runtime/opencl_svm_definitions.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/opencl/runtime/opencl_svm_definitions.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/opencl/runtime/opencl_svm_hsa_extension.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/opencl/runtime/opencl_svm_hsa_extension.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/opengl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/opengl.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/operations.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/operations.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/optim.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/optim.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/ovx.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/ovx.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/persistence.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/persistence.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/ptr.inl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/ptr.inl.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/saturate.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/saturate.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/softfloat.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/softfloat.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/sse_utils.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/sse_utils.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/traits.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/traits.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/types.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/types.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/types_c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/types_c.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/utility.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/utility.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/utils/filesystem.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/utils/filesystem.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/utils/logger.defines.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/utils/logger.defines.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/utils/logger.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/utils/logger.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/utils/trace.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/utils/trace.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/va_intel.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/va_intel.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/version.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/version.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/vsx_utils.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/vsx_utils.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/core/wimage.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/core/wimage.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/cvconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/cvconfig.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/dnn.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/dnn.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/dnn/all_layers.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/dnn/all_layers.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/dnn/dict.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/dnn/dict.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/dnn/dnn.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/dnn/dnn.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/dnn/dnn.inl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/dnn/dnn.inl.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/dnn/layer.details.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/dnn/layer.details.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/dnn/layer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/dnn/layer.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/dnn/shape_utils.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/dnn/shape_utils.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/features2d.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/features2d.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/features2d/features2d.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/features2d/features2d.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/features2d/hal/interface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/features2d/hal/interface.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/all_indices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/all_indices.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/allocator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/allocator.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/any.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/any.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/autotuned_index.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/autotuned_index.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/composite_index.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/composite_index.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/config.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/defines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/defines.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/dist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/dist.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/dummy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/dummy.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/dynamic_bitset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/dynamic_bitset.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/flann.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/flann.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/flann_base.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/flann_base.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/general.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/general.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/ground_truth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/ground_truth.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/hdf5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/hdf5.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/heap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/heap.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/hierarchical_clustering_index.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/hierarchical_clustering_index.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/index_testing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/index_testing.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/kdtree_index.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/kdtree_index.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/kdtree_single_index.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/kdtree_single_index.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/kmeans_index.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/kmeans_index.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/linear_index.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/linear_index.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/logger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/logger.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/lsh_index.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/lsh_index.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/lsh_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/lsh_table.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/matrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/matrix.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/miniflann.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/miniflann.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/nn_index.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/nn_index.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/object_factory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/object_factory.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/params.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/random.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/random.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/result_set.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/result_set.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/sampling.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/sampling.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/saving.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/saving.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/simplex_downhill.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/simplex_downhill.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/flann/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/flann/timer.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/highgui.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/highgui.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/highgui/highgui.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/highgui/highgui.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/highgui/highgui_c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/highgui/highgui_c.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/imgcodecs.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/imgcodecs.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/imgcodecs/imgcodecs.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/imgcodecs/imgcodecs.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/imgcodecs/imgcodecs_c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/imgcodecs/imgcodecs_c.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/imgcodecs/ios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/imgcodecs/ios.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/imgproc.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/imgproc.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/imgproc/detail/distortion_model.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/imgproc/detail/distortion_model.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/imgproc/hal/hal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/imgproc/hal/hal.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/imgproc/hal/interface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/imgproc/hal/interface.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/imgproc/imgproc.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/imgproc/imgproc.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/imgproc/imgproc_c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/imgproc/imgproc_c.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/imgproc/types_c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/imgproc/types_c.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/ml.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/ml.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/ml/ml.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/ml/ml.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/ml/ml.inl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/ml/ml.inl.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/objdetect.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/objdetect.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/objdetect/detection_based_tracker.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/objdetect/detection_based_tracker.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/objdetect/objdetect.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/objdetect/objdetect.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/objdetect/objdetect_c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/objdetect/objdetect_c.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/opencv.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/opencv.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/opencv_modules.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/opencv_modules.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/photo.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/photo.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/photo/cuda.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/photo/cuda.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/photo/photo.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/photo/photo.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/photo/photo_c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/photo/photo_c.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/shape.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/shape.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/shape/emdL1.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/shape/emdL1.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/shape/hist_cost.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/shape/hist_cost.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/shape/shape.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/shape/shape.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/shape/shape_distance.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/shape/shape_distance.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/shape/shape_transformer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/shape/shape_transformer.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/stitching.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/stitching.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/stitching/detail/autocalib.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/stitching/detail/autocalib.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/stitching/detail/blenders.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/stitching/detail/blenders.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/stitching/detail/camera.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/stitching/detail/camera.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/stitching/detail/exposure_compensate.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/stitching/detail/exposure_compensate.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/stitching/detail/matchers.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/stitching/detail/matchers.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/stitching/detail/motion_estimators.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/stitching/detail/motion_estimators.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/stitching/detail/seam_finders.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/stitching/detail/seam_finders.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/stitching/detail/timelapsers.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/stitching/detail/timelapsers.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/stitching/detail/util.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/stitching/detail/util.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/stitching/detail/util_inl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/stitching/detail/util_inl.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/stitching/detail/warpers.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/stitching/detail/warpers.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/stitching/detail/warpers_inl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/stitching/detail/warpers_inl.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/stitching/warpers.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/stitching/warpers.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/superres.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/superres.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/superres/optical_flow.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/superres/optical_flow.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/video.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/video.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/video/background_segm.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/video/background_segm.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/video/tracking.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/video/tracking.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/video/tracking_c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/video/tracking_c.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/video/video.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/video/video.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/videoio.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/videoio.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/videoio/cap_ios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/videoio/cap_ios.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/videoio/registry.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/videoio/registry.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/videoio/videoio.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/videoio/videoio.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/videoio/videoio_c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/videoio/videoio_c.h -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/videostab.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/videostab.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/videostab/deblurring.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/videostab/deblurring.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/videostab/fast_marching.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/videostab/fast_marching.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/videostab/fast_marching_inl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/videostab/fast_marching_inl.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/videostab/frame_source.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/videostab/frame_source.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/videostab/global_motion.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/videostab/global_motion.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/videostab/inpainting.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/videostab/inpainting.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/videostab/log.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/videostab/log.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/videostab/motion_core.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/videostab/motion_core.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/videostab/motion_stabilizing.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/videostab/motion_stabilizing.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/videostab/optical_flow.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/videostab/optical_flow.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/videostab/outlier_rejection.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/videostab/outlier_rejection.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/videostab/ring_buffer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/videostab/ring_buffer.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/videostab/stabilizer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/videostab/stabilizer.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/include/opencv2/videostab/wobble_suppression.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/include/opencv2/videostab/wobble_suppression.hpp -------------------------------------------------------------------------------- /app/src/main/cpp/native-lib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/cpp/native-lib.cpp -------------------------------------------------------------------------------- /app/src/main/java/com/tina/douyin/MainActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/java/com/tina/douyin/MainActivity.java -------------------------------------------------------------------------------- /app/src/main/java/com/tina/douyin/camera/face/Face.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/java/com/tina/douyin/camera/face/Face.java -------------------------------------------------------------------------------- /app/src/main/java/com/tina/douyin/camera/face/FaceTrack.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/java/com/tina/douyin/camera/face/FaceTrack.java -------------------------------------------------------------------------------- /app/src/main/java/com/tina/douyin/camera/filiter/AbstractFilter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/java/com/tina/douyin/camera/filiter/AbstractFilter.java -------------------------------------------------------------------------------- /app/src/main/java/com/tina/douyin/camera/filiter/AbstractFrameFilter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/java/com/tina/douyin/camera/filiter/AbstractFrameFilter.java -------------------------------------------------------------------------------- /app/src/main/java/com/tina/douyin/camera/filiter/BeautyFilter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/java/com/tina/douyin/camera/filiter/BeautyFilter.java -------------------------------------------------------------------------------- /app/src/main/java/com/tina/douyin/camera/filiter/BigEyeFilter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/java/com/tina/douyin/camera/filiter/BigEyeFilter.java -------------------------------------------------------------------------------- /app/src/main/java/com/tina/douyin/camera/filiter/CameraFilter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/java/com/tina/douyin/camera/filiter/CameraFilter.java -------------------------------------------------------------------------------- /app/src/main/java/com/tina/douyin/camera/filiter/ScreenFilter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/java/com/tina/douyin/camera/filiter/ScreenFilter.java -------------------------------------------------------------------------------- /app/src/main/java/com/tina/douyin/camera/filiter/StickFilter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/java/com/tina/douyin/camera/filiter/StickFilter.java -------------------------------------------------------------------------------- /app/src/main/java/com/tina/douyin/camera/record/EGLBase.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/java/com/tina/douyin/camera/record/EGLBase.java -------------------------------------------------------------------------------- /app/src/main/java/com/tina/douyin/camera/record/MediaRecorder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/java/com/tina/douyin/camera/record/MediaRecorder.java -------------------------------------------------------------------------------- /app/src/main/java/com/tina/douyin/camera/widget/DouyinRender.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/java/com/tina/douyin/camera/widget/DouyinRender.java -------------------------------------------------------------------------------- /app/src/main/java/com/tina/douyin/camera/widget/DouyinView.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/java/com/tina/douyin/camera/widget/DouyinView.java -------------------------------------------------------------------------------- /app/src/main/java/com/tina/douyin/camera/widget/RecordButton.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/java/com/tina/douyin/camera/widget/RecordButton.java -------------------------------------------------------------------------------- /app/src/main/java/com/tina/douyin/util/CameraHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/java/com/tina/douyin/util/CameraHelper.java -------------------------------------------------------------------------------- /app/src/main/java/com/tina/douyin/util/OpenGLUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/java/com/tina/douyin/util/OpenGLUtils.java -------------------------------------------------------------------------------- /app/src/main/java/com/tina/douyin/video/VideoActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/java/com/tina/douyin/video/VideoActivity.java -------------------------------------------------------------------------------- /app/src/main/java/com/tina/douyin/video/codec/ISurface.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/java/com/tina/douyin/video/codec/ISurface.java -------------------------------------------------------------------------------- /app/src/main/java/com/tina/douyin/video/codec/VideoCodec.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/java/com/tina/douyin/video/codec/VideoCodec.java -------------------------------------------------------------------------------- /app/src/main/java/com/tina/douyin/video/filter/GLImage.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/java/com/tina/douyin/video/filter/GLImage.java -------------------------------------------------------------------------------- /app/src/main/java/com/tina/douyin/video/filter/SoulFilter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/java/com/tina/douyin/video/filter/SoulFilter.java -------------------------------------------------------------------------------- /app/src/main/java/com/tina/douyin/video/widget/VideoView.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/java/com/tina/douyin/video/widget/VideoView.java -------------------------------------------------------------------------------- /app/src/main/jniLibs/armeabi-v7a/libopencv_java3.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/jniLibs/armeabi-v7a/libopencv_java3.so -------------------------------------------------------------------------------- /app/src/main/res/drawable-v24/ic_launcher_foreground.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/drawable-v24/ic_launcher_foreground.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/erduo_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/drawable/erduo_000.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_launcher_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/drawable/ic_launcher_background.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/record_press_button_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/drawable/record_press_button_background.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/record_speed_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/drawable/record_speed_background.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/record_speed_button_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/drawable/record_speed_button_background.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/record_speed_button_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/drawable/record_speed_button_text.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/layout/activity_main.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_video.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/layout/activity_video.xml -------------------------------------------------------------------------------- /app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml -------------------------------------------------------------------------------- /app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/raw/base_frag.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/raw/base_frag.frag -------------------------------------------------------------------------------- /app/src/main/res/raw/base_vertex.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/raw/base_vertex.vert -------------------------------------------------------------------------------- /app/src/main/res/raw/beauty_frag.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/raw/beauty_frag.frag -------------------------------------------------------------------------------- /app/src/main/res/raw/beauty_fragment2.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/raw/beauty_fragment2.glsl -------------------------------------------------------------------------------- /app/src/main/res/raw/bigeye_frag.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/raw/bigeye_frag.frag -------------------------------------------------------------------------------- /app/src/main/res/raw/camera_frag.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/raw/camera_frag.frag -------------------------------------------------------------------------------- /app/src/main/res/raw/camera_vertex.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/raw/camera_vertex.vert -------------------------------------------------------------------------------- /app/src/main/res/raw/soul_frag.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/raw/soul_frag.frag -------------------------------------------------------------------------------- /app/src/main/res/raw/soul_vertex.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/raw/soul_vertex.vert -------------------------------------------------------------------------------- /app/src/main/res/raw/test.vert: -------------------------------------------------------------------------------- 1 | attribute float a; 2 | -------------------------------------------------------------------------------- /app/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/values/colors.xml -------------------------------------------------------------------------------- /app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /app/src/test/java/com/tina/douyin/ExampleUnitTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/app/src/test/java/com/tina/douyin/ExampleUnitTest.java -------------------------------------------------------------------------------- /gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/gradle.properties -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/gradlew -------------------------------------------------------------------------------- /gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinxiucheng/TinaDouyin/HEAD/gradlew.bat -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | --------------------------------------------------------------------------------