登录
首页 » Visual Basic » histogram_2

histogram_2

于 2012-06-19 发布 文件大小:61KB
0 128
下载积分: 1 下载次数: 5

代码说明:

  Code for make histogram of image

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • imageprocessing
    Some of image processing tools in visual C++
    2012-08-22 20:38:42下载
    积分:1
  • Pyramid-methods-in-image-processing
    Pyramid methods in image processing
    2013-12-05 20:08:18下载
    积分:1
  • FacesAlign-2.3
    运用于人脸图像预处理中,主要实现功能有:人脸检测,人脸对齐,人脸图像放缩,人脸剪切。(Applied to the face image preprocessing, the main features are: face detection, face alignment, face image zoom, face cuts.)
    2013-10-23 21:26:50下载
    积分:1
  • ImageBoard
    一个功能比较全面的图像处理系统,对初学者很有参考价值。(One features a more comprehensive image processing system, useful for beginners reference value.)
    2013-07-10 11:05:46下载
    积分:1
  • one-based
    一种基于背景减法和帧差的运动目标检测算法(Based on background subtraction and frame difference moving target detection algorithm)
    2013-07-31 09:12:36下载
    积分:1
  • PALMovie
    PAL制视频消隔行deinterlace的代码,共参考(PAL video system extinction deinterlace interlaced code, a total of reference)
    2020-08-05 13:58:32下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • DecodeString
    根据指定字符分割字符串,VC++精选编程源码,很好的参考。(According to the specified character segmentation character string, VC++ select programming source code, a good reference.)
    2013-12-03 10:56:22下载
    积分:1
  • chp8
    第8章 图象的检测及模板匹配 图象的分割与检测(识别)实际上是一项非常困难的工作。很难说清楚为什么图象应该分割成这样而不是那样。(Chapter 8 Detection of image template matching and image segmentation and detection (recognition) is actually a very difficult task. It is hard to say clearly why the image should be divided into such and not as.)
    2008-04-12 19:32:03下载
    积分:1
  • UIC
    mfc图像处理,实现图像的配准,自己编写,可以应用(mfc image processing, image registration)
    2016-04-25 08:29:45下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载