photo

yagnesh


gujarat technological university

Last seen: 13 days 前 自 2011 起处于活动状态

Followers: 0   Following: 0

消息

my self parmar yagnesh from india doiing PG in electronics & communication engineering at c.u shah college of engineering and technology,wadhwan city. Professional Interests: image processing

统计学

All
MATLAB Answers

2 个提问
7 个回答

File Exchange

2 文件

排名
4,850
of 297,457

声誉
10

贡献数
2 个提问
7 个回答

回答接受率
50.0%

收到投票数
5

排名
4,222 of 20,438

声誉
340

平均
4.00

贡献数
2 文件

下载次数
6

ALL TIME 下载次数
2951

排名
148,516
of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 3
  • First Submission
  • 3 Month Streak
  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已提交


Averaging Filter without using imfilter
Filters the image nicely without using imfilter

10 years 前 | 3 次下载 |

3.4 / 5
Thumbnail

已提交


Point Processing Techniques without using inbuilt functions
computes image negative,basic thresholding,contrast stretching,graylevel slicing with/without back

10 years 前 | 3 次下载 |

4.33333 / 5
Thumbnail

已回答
how can I do real time face detecting?
there is a ready made code available in matlab 2012 help using computer vision toolbox. check it out. it will help you more

12 years 前 | 0

已回答
How I can divide a color image in to blocks and access the RGB of each individual block?
y=imread('colorimage.jpg'); R=y(:,:,1); G=y(:,:,2); B=y(:,:,3); in this way you can saperate

12 years 前 | 0

已回答
trying to combine cells
suppose x is [1x5000] , y is [1x3000] and z is [1x2000] xyz=[x;y;z]

12 years 前 | 0

已回答
PCA OF AN IMAGE...
try data = double(data)- double(repmat(mn,1,N));

12 years 前 | 0

已回答
how to create the .mat file
USE SAVE COMMAND suppose a is your input and b is ur output then simply use save a.mat save b.mat

12 years 前 | 0

已回答
What is Daubechies orthonormal wavelet transform?
hello Go to the following link. <http://klapetek.cz/wdwt.html> Let me know that are u working on watermarking?

12 years 前 | 0

已回答
Decrementing for loop in MATLAB
for i= 5:-1:1 %here we have used reverse for loop to overcome with error statement end

12 years 前 | 5

提问


how to create piecewise planar surfaces of a wireframe structure from 3D coordinate data
hello i m working on facial action unit detection :3D vs 2D modality. i have been able to obtain depth matrix as well as clou...

12 years 前 | 0 个回答 | 0

0

个回答

提问


how to find highest intesity value point from a given matrix
suppose there is a matrix like below 122.9672 121.5649 120.2468 118.7600 117.2035 115.6017 113.8413 111.7508 122.91...

14 years 前 | 2 个回答 | 0

2

个回答