资源列表
image_processing
- 图像处理入门编程 包括动态跟踪和视频处理 有对应的任务指导书(image processing include the mission book)
FaceDetect
- Detect face and Save image when smile detected
image transformations
- Manipulate images, and apply image transformations in OpenCV using Python
face-detection
- Normal Face detection source code using Haar Cascade Features in Python and C++
image-classification
- Object detection using HOG implemented in Python and C++ using OpenCV library
opengl project
- 浏览太阳系的行星相对位置以及运动轨迹,并且可以改变观察位置和角度。(Browse the relative position and motion of the planets in the solar system.)
双峰法阈值分割
- 双峰法阈值分割。阈值分割法是一种基于区域的图像分割技术,原理是把图像象素点分为若干类。图像阈值化分割是一种传统的最常用的图像分割方法,因其实现简单、计算量小、性能较稳定而成为图像分割中最基本和应用最广泛的分割技术。它特别适用于目标和背景占据不同灰度级范围的图像。它不仅可以极大的压缩数据量,而且也大大简化了分析和处理步骤,因此在很多情况下,是进行图像分析、特征提取与模式识别之前的必要的图像预处理过程。图像阈值化的目的是要按照灰度级,对像素集合进行一个划分,得到的每个子集形成一个与现实景物相对应的区
wu
- 基于opencv c++识别图像视频中的火焰(Identification of flame based on OpenCV)
SharpGL_2.0_Source_Code
- 用于图像的处理,通过显示2张图片,可以看出它们的不同(For image processing, it can be seen that they are different by displaying 2 pictures.)
Diagonal and edge
- B正在做一个关于图像理解方面的研究,她的目标是识别图像中的轮廓。当前阶段,她希望能够识别正方形。图像用一个矩阵表示,矩阵的每个元素对应于图像中的一个像素点,值为0或1,0表示背景,1表示前景。需要寻找的正方形必须满足线宽为单像素,且大小至少为2x2。她希望你能帮她找出图像中满足如下条件的两类正方形的个数: 正方形的边与矩阵边缘平行; 正方形的边与矩阵对角线平行;(B is doing a research on image understanding, and her goal is to
TxtToShpPoint
- 将XY坐标点数据转换成shp面图层,并添加各种属性字段(Convert XY coordinate point data into SHP surface layer, and add various property fields)
第 02 章 基于形态学的权重自适应图像去噪
- 图像处理 matlab 基于形态学的权重自适应图像去噪(mage de fog based image demogging based on histogram optimization matlab implementation)