Prathusha Reddy
Followers: 0 Following: 0
Asst.Professor , Dept. of Computer Science
Statistik
RANG
262.437
of 295.467
REPUTATION
0
BEITRÄGE
5 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
40.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How can I separate the body from legs in the crab image
How to remove the legs from crab image and separate body only
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortGelöst
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...
fast 7 Jahre vor
Frage
How can I calculate the time complexity of execution of a edge detection operator like sobel (for example)
How do I calculate the time complexity of running the following 2 steps 1. sobel veritical operator 2. sobel horizontal operat...
etwa 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How can I calculate PSNR for a bunch of 25 images stored in a folder. I have to print the filename.jpg and its corresponding psnr
and store the file name and psnr in an excel sheet
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I have designed a edge detection method using morphological operations.
How can I compare this method with existing methods like sobel, prewitt and canny? Are there any parameters to say that this met...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenGelöst
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 ...
mehr als 8 Jahre vor
Frage
I have a array of 1X45 double .I have to rearrange and copy into another array. First four values to 1st row, next 4 values to 2nd row and so on
I have a array of 1X45 double .I have to rearrange and copy into another array. First four values to 1st row, next 4 values to 2...
mehr als 8 Jahre vor | 2 Antworten | 0