photo

Sridutt Nayak


IIIT-Bangalore

Active since 2013

Followers: 0   Following: 0

Message

Master's Student at IIIT-Bangalore.
Currently working on Embedded Image Processing
Professional Interests: Sinal Processing,Image Processing, Embedded Systems

Statistics

MATLAB Answers

4 Questions
2 Answers

RANK
259,942
of 300,753

REPUTATION
0

CONTRIBUTIONS
4 Questions
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,075

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,858

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


Memory leak with Mex
I am doing below in a loop with dims = [1024 768 256] 1. I want to read a set of block loaded by block_iter(1 to 16) into a R...

13 years ago | 1 answer | 0

1

answer

Answered
Using Mex with Classes
Thanks for all your help... * 3 Different mex files somehow did not work, may be once one of the mex executables takes the ha...

13 years ago | 0

Question


Using Mex with Classes
I have written a mex file to 1. Initialize hardware. 2. Get Data. 3. Close & Exit hardware. ----Some_App.cpp---- voi...

13 years ago | 3 answers | 0

3

answers

Answered
How can I save an Image from memory using a pointer?
Solved using Mex. I wrote the code in .cpp, compiled using mex. Then returned the values using mxCreateDoubleMatrix. I f...

13 years ago | 0

| accepted

Question


Imshow saturating though the pixel-by-pixel data is same
I've a text file with ',' delimiter with the data from the image in memory. I have parsed it to get a Matrix then an image af...

13 years ago | 1 answer | 0

1

answer

Question


How can I save an Image from memory using a pointer?
Hello I am using DCU224M from Thorlabs. *What I have done* I have written a code in C++ using APIs to capture and save ima...

13 years ago | 1 answer | 0

1

answer