-
Height-width-for-hand
For all classifier needs feature classification object .Here the program for height and width feature taken hand image.This program suitable for any single object in the image.
input
gray_img : input hand image or any measure image like 2d with 0 to 255
intensity
output
height : pixel count of height
width : pixel count of width
out_img : segmented image with line for height and width
hand_height_width function implements hand height and width of the image
using the method outlined in:
calculate the hand height and width value for gray image. In Proceedings of the Information Sciences 275 (2014) 45–56.
Hand shape identification on multirange images.
[ height width out_img ] = hand_height_width ( gray_img ) function is to find the hand height and width value of the image.
The input is given to the gray scale image.
- 2014-10-24 22:24:56下载
- 积分:1
-
cconv1
实现两个序列的循环卷积,输出卷积后的序列结果(Implement circular convolution of two sequences, the results of the output sequence after convolution)
- 2011-10-25 16:13:21下载
- 积分:1
-
MATLABCOM
MATLAB调用COM,源代码,很好用,非常不错(MATLAB calls COM, source code, very good, very good)
- 2014-01-29 20:52:37下载
- 积分:1
-
PV_Battery_Vf_Model
对蓄电池采用低压配电网
P/V
和
Q/f
下垂控制策略
,
实现从并网运行到孤岛模式的切
换
。
考虑实际风速和光照强度的变化
,
对风能与光伏混合微电网在并网和孤岛
2
种模式中的运行特性进行
仿真分析
,
验证控制方式的可行性(The realization of the operation the grid to the island
change
.
Considering the actual wind speed and light intensity
,
Hybrid grid for wind energy and photovoltaic grid connected and isolated
Two
The operating characteristics of the
Simulation analysis
,
Verify the feasibility of control mode)
- 2021-04-12 16:08:57下载
- 积分:1
-
hierarchicalCentroid
Hierarchial Centroid
the zip consists of implementation of hirarchial centroid
along with their figures and their sample outputs
- 2014-02-06 15:30:19下载
- 积分:1
-
Matlab
本上传资料为maatlab教程,可通过此教程学习matlab,涉及面广。(The upload information to maatlab tutorials, available through this tutorial to learn matlab, involving a wide range.)
- 2013-11-01 14:30:26下载
- 积分:1
-
inpainting
image inpainting
(CS7495 Final Project
Sooraj Bhat
Object Removal by Exemplar-based Inpainting
USING THE CODE
Everything was done in Matlab and MEX (i.e. a C function callable from
Matlab). First, the C code needs to be compiled. At the Matlab
prompt, type:
mex bestexemplarhelper.c
You should then be able to run the following (which takes ~2mins on my
2GHz Pentium 4 laptop with 256MB of RAM):
[i1,i2,i3,c,d,mov] = inpaint( bungee0.png , bungee1.png ,[0 255 0])
A smaller run (~25 seconds) would be:
[i1,i2,i3,c,d,mov] = inpaint( bw0.png , bw2.png ,[0 255 0])
To visualize:
plotall
close movie(mov)
SAMPLE IMAGES & RESULTS
*0.png The original images ( bw and bungee )
*{1,2}.png The different fill region masks.
*P2.png Plots of confidence and data terms.
*P5.png Plots of original, fill region, inpainted images and
confidence and data terms.
Other images in the dir contain redundant information. I di)
- 2010-06-19 21:00:49下载
- 积分:1
-
dc_motor_demo
直流电机MATLAB仿真程序。具有多种控制方式的仿真程序。(DC MATLAB simulation program. A variety of control methods for simulation program.)
- 2010-07-04 15:32:24下载
- 积分:1
-
matlab_uart
matlab访问串口的程序,包括:打开、关闭和清除串口对象;读串口、写串口;串口的数据流控制;还包括:怎么用matlab发送手机短信的例程;这是学习matlab访问系统硬件的原理,不可多得的经典例程!(matlab serial port access procedures, including: open, close and clear the serial port object read serial port and write serial port serial data flow control also include: how to send SMS using matlab routine it is to learn the principle of the hardware to access the system matlab , rare classic routines!)
- 2010-01-25 11:20:38下载
- 积分:1
-
PSO
粒子群算法实现数字滤波器的设计优化 很好的m程序(Particle swarm algorithm for digital filter design optimization procedures of good m)
- 2021-04-18 16:38:52下载
- 积分:1