Community Profile

photo

Debdoot Sheet


Indian Institute of Technology Kharagpur

Active since 2011

Followers: 0   Following: 0

Message

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

All
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 3
  • First Submission
  • Solver

View badges

Feeds

View by

Submitted


Pseudo B-Mode Ultrasound Image Simulator
Simulate pseudo B-mode ultrasonic images with customized tissue echogenicity maps

9 years ago | 6 downloads |

Thumbnail

Submitted


Brightness Preserving Dynamic Fuzzy Histogram Equalization
BPDFHE employs fuzzy statistics of digital image to improve graylevel brightness preserved contrast

9 years ago | 6 downloads |

Thumbnail

Submitted


Frost's Filter
Frost's Speckle reduction filter

12 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 ...

12 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...

12 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...

12 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 ...

12 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...

12 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

12 years ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

12 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:...

12 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...

12 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 ...

12 years ago

Submitted


First Order Statistics Filter (Sigma Filter / Lee's Filter)
First order local neighborhood statistics based image denoising filter.

12 years ago | 2 downloads |

Submitted


Homogeneous Mask Area Filter
Filtering using homogeneous mask within area around a pixel used to estimate the expected gray value

12 years ago | 1 download |

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 |