
Debdoot Sheet
Indian Institute of Technology Kharagpur
Debdoot Sheet is an Assistant Professor of Electrical Engineering at the Indian Institute of Technology Kharagpur. He received the BTech degree in electronics and communication engineering in 2008 from the West Bengal University of Technology, Kolkata, MS and PhD degrees from the Indian Institute of Technology Kharagpur in 2010 and 2014. His current research interests include computational medical imaging, machine learning, image and multidimensional signal processing, and social implications of technology. More: http://www.facweb.iitkgp.ernet.in/~debdoot/
Professional Interests: Image and Multidimensional Signal Processing, Pattern Analysis and Machine Intelligence, Knowledge and Data Engineering, Fuzzy Systems, Systems, Man and Cybernetics, Cognitive Computing, Consumer Electronics, Computers In Medicine, Social Implications of Technology
Statistics
RANK
N/A
of 281,636
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
1,437 of 19,056
REPUTATION
1,249
AVERAGE RATING
4.80
CONTRIBUTIONS
6 Files
DOWNLOADS
19
ALL TIME DOWNLOADS
11923
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Submitted
Pseudo B-Mode Ultrasound Image Simulator
Simulate pseudo B-mode ultrasonic images with customized tissue echogenicity maps
9 years ago | 4 downloads |

Submitted
Brightness Preserving Dynamic Fuzzy Histogram Equalization
BPDFHE employs fuzzy statistics of digital image to improve graylevel brightness preserved contrast
9 years ago | 7 downloads |

Solved
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...
11 years ago
Solved
Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...
11 years ago
Solved
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
11 years ago
Solved
Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...
11 years ago
Solved
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
11 years ago
Solved
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
11 years ago
Solved
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:...
11 years ago
Solved
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...
11 years ago
Solved
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 ...
11 years ago
Submitted
First Order Statistics Filter (Sigma Filter / Lee's Filter)
First order local neighborhood statistics based image denoising filter.
12 years ago | 1 download |
Submitted
Homogeneous Mask Area Filter
Filtering using homogeneous mask within area around a pixel used to estimate the expected gray value
12 years ago | 2 downloads |
Submitted
Maximum Homogeneity over a Pixel Neighborhood for Image Filtering
Image filtering using switched mean filter with most homogeneous gray values in neighborhood.
12 years ago | 1 download |