Prathamesh Degwekar
Followers: 0 Following: 0
Statistics
0 Questions
10 Answers
RANK
2 873
of 295 467
REPUTATION
20
CONTRIBUTIONS
0 Questions
10 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
2
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Images saved in png are completely different with what I get from using images
Hi, When you write an image in the "png" format, the data in it changes for the sake of compression, etc. Thus the data in it i...
mer än 5 år ago | 0
Aeroplane detection using segmentation from aerial images
Hi, Image segmentation is handled well and can be done easily using the image processing toolbox from matlab. For aeroplane ...
mer än 5 år ago | 0
Matlab live editor to internet browser
Hi, I have a slight lack of clarity in your question, but as I can understand it, you're trying to open the file in a small win...
mer än 5 år ago | 0
| accepted
Can I GEFORCE GTX 960M for deeplearning
Hi, According to the current scenario, DCH is the way to go as seen in the article from intel here: https://www.intel.com/cont...
mer än 5 år ago | 1
sygma notation for equation
Hi, Maybe you can check out sumsqr() which is a function that lets you find the sum of the squared vales of a matrix. You can ...
mer än 5 år ago | 0
| accepted
Why can't I run my python script from Matlab?
Hi, I see two possible corrections you could try. Firstly try calling the python module itself instead of the file name (like "...
mer än 5 år ago | 0
How can I read and display a geotiff images created by arcgis?
Hi, If this is all your code is and you're still getting an error, it preliminarily points to an issue with your image itself. ...
mer än 5 år ago | 0
Can i use machinelearning for image classification?
Hi, Depending on your image or use case, you can probably use Edge Detection, Region of Interest selection followed by Line Det...
mer än 5 år ago | 0
How to transform matrix into image without data loss?
Hi, As far as I understand it, when imwrite converts your data array into an image, it has to use the "jpg" standard which chan...
mer än 5 år ago | 0
Conversion of .gdf file into .mat file
Hi, I found a similar question already on the forum and it has a couple of answers. You can check it out here. I'm not sure if...
mer än 5 år ago | 1
| accepted