搜索资源列表
ImageRetrieval
- 基于内容的图像检索算法的研究,颜色直方图算法。-Content-Based Image Retrieval Algorithm,Color histogram algorithm
image-show
- 获取图像的颜色空间数据。,RGB、HSl都能显示,以及获取图像的直方图。-Access to the image' s color space data. , RGB, HSl can show, as well as access to the histogram of the image.
matlab-code-based-image-retrieval
- 基于图像检索的matlab代码,基于内容的图像检索中的一些关键环节:特征提取:颜色直方图;纹理特征等 相似度:马氏距离,欧氏距离等 相关反馈:机器学习方法,如SVM,神经网络等 检索与分类:两个很相似的样本距离很小,虽然两个不相似的样本距离未必很大-content-based image retrieval of some of the key issues : Feature Extraction : color histogram Texture characteristics of si
RGBaHSV
- 颜色空间转换,颜色直方图信息提取,颜色空间逆变换-Color space conversion, color histogram information extraction, the color space inverse transform
GZ
- 用于基于视频运动目标的跟踪,该算法融合了颜色直方图和梯度方向直方图的特征,能够更加精确地表征目标,较大地提高了视频目标跟踪的准确度和鲁棒性。-For video motion-based target tracking, the algorithm combines the color histogram and gradient direction histogram feature, to more accurately characterize the target, greatly im
BIC
- BIC颜色特征,广泛应用于图像检索,图像追踪等领域,BIC特征提取颜色直方图-BIC color characteristics, widely used in image retrieval, image tracking and other fields, BIC color histogram feature extraction
Histogram
- 这个程序是能够根据你所加载的图像生成对应的RGB颜色空间的直方图-This program is capable of generating an RGB color space corresponding to the image of the loaded histogram you
基于颜色直方图的视频镜头分割
- 基于颜色直方图的视频镜头分割.很棒的啦啦啦啦啦啦啊(Video shot segmentation based on color histogram)
Tracking_ASMS
- ASMS仅依靠颜色特征的算法而且速度很快,在VOT2015是20名, 是VOT2015官方推荐的实时算法,平均帧率125FPS。在VOT2016是32名,整体属于中等水平。在经典mean-shift框架下加入了尺度估计,经典颜色直方图特征,加入了两个先验(尺度不剧变+可能偏最大)作为正则项,和反向尺度一致性检查。在相关滤波和深度学习盛行的年代,还能看到mean-shift打榜还有如此高的性价比实在不容易。环境:WIN8.1 64位 +Visual Studio 2015 +OpenCV 3.3.