Community Profile

photo

Mithra


Active since 2013

Followers: 0   Following: 0

Message

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


Image reconstruction only by its phase or magnitude
I have an image, I separate its phase and magnitude using *fft2* , then I try to reconstruct it # Only by magnitude #...

10 years ago | 1 answer | 1

1

answer

Question


How to creat a structure out of a non-fixed cell?
I have a binary image that I want to omit objects which their length/width ratio is more than a threshold (let's assume threshol...

10 years ago | 1 answer | 0

1

answer

Question


Gain information about individual objects in an image
I have a binary image which contains several separated regions. I want to put a threshold on the Area (number of pixels) that th...

10 years ago | 1 answer | 0

1

answer

Solved


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

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

10 years ago

Question


Finding corners in grayscale images and plotting them
Hi everyone, I have a satellite grayscale image (double) from an urban area which I'm trying to find the corners in it using the...

10 years ago | 1 answer | 0

1

answer

Question


changing values of pixels in an image pixel by pixel ( Thresholding )
*Hi everyone, I'm trying to put a threshold on a grayscale image, and I'm doing it this way: that a "for" loop reads the image...

10 years ago | 3 answers | 2

3

answers

Question


How can I watermark an image?
I'm trying to watermark a RGB image into another RGB image by replacing the 1st bit of the host image (hst) with the 8th bit of ...

11 years ago | 4 answers | 0

4

answers