CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - imhist
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - imhist - List
[
Special Effects
]
imhist
DL : 0
直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-color histogram amendments and command line compiler transformation process following vcvars32 rc bmp.rc c l colorope.c bmp.res user32.lib gdi32.lib attention to things item : running, documents c : \\ test.bmp must exist
Update
: 2008-10-13
Size
: 21.19kb
Publisher
:
qq
[
Multimedia program
]
imhist
DL : 0
用opencv实现彩色图像直方图 用单通道实现
Update
: 2008-10-13
Size
: 1.55kb
Publisher
:
罗文灿
[
Graph program
]
imhist
DL : 0
图像处理的程序,应该对大家很有帮助的! 大家看看!
Update
: 2008-10-13
Size
: 7.68kb
Publisher
:
cc
[
Other resource
]
imhist.cpp
DL : 0
图像直方图的代码。 同时还有对数组进行类似直方图统计的程序。
Update
: 2008-10-13
Size
: 861byte
Publisher
:
RL
[
Documents
]
Matlab中图像函数大全
DL : 0
Matlab中图像函数大全 图像增强 1. 直方图均衡化的 Matlab 实现 1.1 imhist 函数 功能:计算和显示图像的色彩直方图 格式:imhist(I,n) imhist(X,map) 说明:imhist(I,n) 其中,n 为指定的灰度级数目,缺省值为256;imhist(X,map) 就算和显示索引色图像 X 的直方图,map 为调色板。用 stem(x,counts) 同样可以显示直方图。
Update
: 2012-03-19
Size
: 17.4kb
Publisher
:
colebin@163.com
[
Special Effects
]
imhist
DL : 0
直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-color histogram amendments and command line compiler transformation process following vcvars32 rc bmp.rc c l colorope.c bmp.res user32.lib gdi32.lib attention to things item : running, documents c : \ test.bmp must exist
Update
: 2025-02-19
Size
: 21kb
Publisher
:
qq
[
Multimedia Develop
]
imhist
DL : 0
用opencv实现彩色图像直方图 用单通道实现-Color images using opencv histogram used to achieve the realization of single-channel
Update
: 2025-02-19
Size
: 1kb
Publisher
:
Can
[
Graph program
]
imhist
DL : 0
图像处理的程序,应该对大家很有帮助的! 大家看看!-Image processing procedures, it should be helpful for all of us! Let us take a look!
Update
: 2025-02-19
Size
: 9kb
Publisher
:
cc
[
Graph Drawing
]
imhist.cpp
DL : 0
图像直方图的代码。 同时还有对数组进行类似直方图统计的程序。-Image histogram code. At the same time there is an array of similar statistical histogram procedures.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
RL
[
Graph program
]
imhist
DL : 0
本实验主要编写了一个计算直方图的程序,实现了直方图均衡化转换技术,并采用了直方图均衡化技术,对图像3.08(a)进行增强。-Histogram equalization
Update
: 2025-02-19
Size
: 994kb
Publisher
:
刘国胜
[
Special Effects
]
imhist
DL : 0
opencv 单通道图像的直方图(亮度与直方图)-single image histogram opencv
Update
: 2025-02-19
Size
: 92kb
Publisher
:
joyboble
[
Special Effects
]
imhist
DL : 0
opencv里面像matlab那样显示直方图,解决了opencv没有显示直方图的缺陷。-opencv as it shows as histogram matlab to solve opencv histogram did not show defects.
Update
: 2025-02-19
Size
: 2.2mb
Publisher
:
power
[
Other
]
imhist
DL : 0
以Microsoft Visual C++ 6.0为平台,基于opencv来实现图像的灰度直方图-With Microsoft Visual C++ 6.0 as a platform, based on the images to achieve opencv histogram
Update
: 2025-02-19
Size
: 1.29mb
Publisher
:
左加阔
[
Program doc
]
WORD
DL : 0
I = imread( C:\MATLAB701\toolbox\images\imdemos\coins.png ) imshow(I) figure, imhist(I,64)
Update
: 2025-02-19
Size
: 17kb
Publisher
:
王
[
Special Effects
]
imhist
DL : 0
实现图像的直方图,该函数功能强大,已经通过matlab运行-it can realize a image s hist!
Update
: 2025-02-19
Size
: 3kb
Publisher
:
胡幸福
[
matlab
]
MATLAB_function
DL : 0
matlab function 图像增强 1. 直方图均衡化的 Matlab 实现 1.1 imhist 函数 功能:计算和显示图像的色彩直方图 格式:imhist(I,n) imhist(X,map)-matlab function
Update
: 2025-02-19
Size
: 12kb
Publisher
:
jack
[
matlab
]
imhist
DL : 0
本源码是关于图像直方图的绘制原理,也就是matlab中imhist函数的实现方法。对初学图像的人有帮助。-imhist fuction
Update
: 2025-02-19
Size
: 522kb
Publisher
:
xiong yanfan
[
matlab
]
imhist
DL : 0
这是用C语言编写的灰度直方图,在matlab软件下可以运行。不是用imhist直接调用。-It is written in C language histogram in matlab software can run. Not called directly by imhist.
Update
: 2025-02-19
Size
: 49kb
Publisher
:
[
matlab
]
imhist
DL : 0
计算并绘制图像的直方图,本设计中绘制了四种形式的直方图,imhist,bar,stem,plot进行比较和区别!-Calculated and plotted the histogram of the image, the design of four forms of the histograms drawn, imhist, bar, stem, plot and compare the difference!
Update
: 2025-02-19
Size
: 127kb
Publisher
:
林彩
[
matlab
]
imhist
DL : 0
matlab中调用imhist函数来求图像的灰度直方图分布的方法,下载使用的话,只需要选择图像并改变改动图像的路径即可-imhist in Matlab
Update
: 2025-02-19
Size
: 55kb
Publisher
:
赞
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.