photo

Arun Kumar


Last seen: 2 years 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

Embedded Engineer Professional Interests: Image and video processing,signal processing, communication engineering mail id : mail.drgkumar@gmail.com

统计学

All
MATLAB Answers

0 个提问
6 个回答

File Exchange

6 文件

Cody

0 个问题
3 个答案

排名
3,917
of 297,457

声誉
14

贡献数
0 个提问
6 个回答

回答接受率
0.00%

收到投票数
3

排名
1,556 of 20,438

声誉
1,206

平均
3.30

贡献数
6 文件

下载次数
11

ALL TIME 下载次数
11285

排名
70,529
of 158,938

贡献数
0 个问题
3 个答案

评分
40

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission
  • Knowledgeable Level 1
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

7 years 前

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

7 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

9 years 前

已回答
Steganography: Hiding and Extracting Text in Image using DWT
it depends on which algorithm you used in embedding section

10 years 前 | 0

已回答
how to calculate the euclidean distance between two images ???????
use a threshold value to determine whether your image is matching or not. To find euclidean distance ,you can use "dist" functio...

10 years 前 | 0

已回答
Please check my code of image steganography using LSB technique on egdes. It is giving an error which i am unable to find.
there is no need for while loop. for i=1:height-1 for j=1:width-1 if k1>0 if edge_b(i,j)==1 lsb=mod(b(i,j),2);...

10 years 前 | 2

| 已接受

已提交


Virtual Keyboard Using Image Processing
The keyboard is made of paper. A web cam is used to scan the pressed keys.

10 years 前 | 2 次下载 |

2.66667 / 5
Thumbnail

已提交


Image compression using Block Truncation Coding
Block Truncation Coding is a type of lossy image compression technique

10 years 前 | 2 次下载 |

0.0 / 5
Thumbnail

已提交


An Efficient Median Filter
The median filter is used to reduce noise in an image

10 years 前 | 1 次下载 |

2.0 / 5
Thumbnail

已回答
Adding Noise to the Image
%Prepare workspace clear ; clc; close all; %Read Imag I=imread('cameraman.tif'); %create a random matrix rand...

10 years 前 | 1

已提交


currency recognition
currency recognition with good accuracy and high processing speed

10 years 前 | 1 次下载 |

2.1 / 5
Thumbnail

已回答
How to write the letters detected from bounding boxes to notepad/MS word file?
To extract(segment)letters from image use imcrop function.but in order to recognize these letters ,you need to create a database...

11 years 前 | 0

| 已接受

已提交


fractal Image compression using Quadtree decomposition and huffman coding
Quadtree decomposition and Huffman techniques can be applied for achieving high compression ratio

11 years 前 | 1 次下载 |

4.16667 / 5
Thumbnail

已提交


Image Mosaic Using Speeded Up Robust Feature Detection
Image Mosaic Using Speeded Up Robust Feature Detection

11 years 前 | 4 次下载 |

5.0 / 5
Thumbnail