登录
首页 » Visual C++ » HIS-RGB

HIS-RGB

于 2009-03-13 发布 文件大小:3612KB
0 178
下载积分: 1 下载次数: 191

代码说明:

  遥感图像的色彩变换 能从IHS转换到RGB 并能从RGB转换到HIS 效果比较好(Remote sensing images from the IHS color transform to the RGB and the conversion from RGB to HIS conversion effect is better)

文件列表:

HIS-RGB
.......\Debug
.......\.....\DIBAPI.obj
.......\.....\DIBAPI.sbr
.......\.....\MainFrm.obj
.......\.....\MainFrm.sbr
.......\.....\MYFILE.obj
.......\.....\MYFILE.sbr
.......\.....\PICconvert.bsc
.......\.....\PICconvert.exe
.......\.....\PICconvert.ilk
.......\.....\PICconvert.obj
.......\.....\PICconvert.pch
.......\.....\PICconvert.pdb
.......\.....\PICconvert.res
.......\.....\PICconvert.sbr
.......\.....\PICconvertDoc.obj
.......\.....\PICconvertDoc.sbr
.......\.....\PICconvertView.obj
.......\.....\PICconvertView.sbr
.......\.....\StdAfx.obj
.......\.....\StdAfx.sbr
.......\.....\vc60.idb
.......\.....\vc60.pdb
.......\DIBAPI.CPP
.......\DIBAPI.H
.......\MainFrm.cpp
.......\MainFrm.h
.......\MYFILE.CPP
.......\PICconvert.aps
.......\PICconvert.clw
.......\PICconvert.cpp
.......\PICconvert.dsp
.......\PICconvert.dsw
.......\PICconvert.h
.......\PICconvert.ncb
.......\PICconvert.opt
.......\PICconvert.plg
.......\PICconvert.rc
.......\PICconvertDoc.cpp
.......\PICconvertDoc.h
.......\PICconvertView.cpp
.......\PICconvertView.h
.......\ReadMe.txt
.......\res

.......\...\PICconvert.rc2


.......\resource.h
.......\StdAfx.cpp
.......\StdAfx.h

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

发表评论


0 个回复

  • 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
  • HOG-adaboost
    HOG adaboost pedestrian-detect
    2014-04-09 02:59:39下载
    积分:1
  • ws1
    这是一个基于vc++语言下读取像素点灰度值(write highhui of a photo!)
    2012-03-18 21:54:55下载
    积分:1
  • photo_cut
    图形裁剪,实现对画的线,多边形,交点进行剪裁,实现图形的规范化(Graphic cutting, to achieve the painting line, polygon, tailoring intersection, graphics standardization)
    2014-04-12 09:34:12下载
    积分:1
  • testfill
    矢量区域填充算法(包括汉字提取生成) 算法(Vector area filling algorithm (including the extraction of Chinese characters generated) algorithm)
    2007-08-09 11:44:31下载
    积分:1
  • FullScreen
    全屏显示窗体。通过快捷键F11实现程序全屏显示的效果。(Full-screen display of the form. Through the shortcut key F11 to achieve the effect of full screen display.)
    2017-06-02 09:47:51下载
    积分:1
  • SIFTVC6
    sift角点检测及匹配,在不同尺度空间下的角点检测方法,很方便实用。(sift corner detection and matching, the corner detection methods under different scales of space, it is convenient and practical.)
    2013-12-08 17:25:35下载
    积分:1
  • Digital-Image-Processing-3rd-Edition
    数字图像处理英文版第三版60多M~很难找到!!希望大家珍惜再珍惜!(digital image processing English and third version,about over 60 M, difficult to find ,hope everybody cherish it !)
    2012-11-29 10:46:26下载
    积分:1
  • VisualSFM_windows_cuda_64bit
    很好用的三维重建软件,VisualSFM软件允许上传一系列图像,它从这些图像中找到每一个图像的特定特征,利用这些特征信息重建出3D模型的稀疏点云,而后还可进行稠密点云重建。(The VisualSFM software, a good 3D reconstruction software, allows uploading a series of images. It finds the specific features of each image from these images, and USES these feature information to reconstruct the sparse point cloud of the 3D model, and then it can reconstruct the dense point cloud.)
    2019-05-16 16:00:52下载
    积分:1
  • EC1211Source
    this is a project about animation. how do we form the shape to make it look like car, house abd so on. with the colours that wee like and the movement.
    2009-05-29 21:31:36下载
    积分:1
  • 696518资源总数
  • 104552会员总数
  • 3今日下载