Community Profile

photo

Kavita


Last seen: 4 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to read multiple images from a folder where images have names like "3_nouvel-obs_hbhnr300_constructedPdf_Nouvelobs2402PDF.clean.png" , "7_nouvel-obs_hbhnr300_constructedPdf_Nouvelobs2402PDF.clean.png" and so on.
myfolder='G:\Matlab Code-IIITA\DATASETS\nouvel_obs_2402_clean-1.0\input'; pngfiles=dir(fullfile(myfolder,'\*_nouvel-obs_hbhnr30...

5 years ago | 1 answer | 0

1

answer

Question


run length compression algorithm
How to apply run length compression and save compressed data by Run Length Coding in matlab?

5 years ago | 1 answer | 0

1

answer

Question


Difference in im2bw and imbinarize function while display the binary image
BW=im2bw(I); subplot(1,1,1), imshow(BW), title('BINARY') I am getting the binary image as output when i run the above code...

5 years ago | 1 answer | 0

1

answer

Question


How are files stored in memory? How do i get the binary representation of a pdf file (containing text) or say any file (Ex: doc file) so that i can view it and make any manipulations in matlab? Is it binary data that gets stored ?
How are files stored in memory? How do i get the binary representation of a pdf file (containing text) or say any file (Ex: doc ...

5 years ago | 0 answers | 0

0

answers

Question


Assuming a pdf file containing only text data when it is attached to an email how is it stored in what format? How it is transmitted to receiver in packets? behind scenes how this pdf text document looks when stored?
Assuming a pdf file containing only text data when it is attached to an email how is it stored in what format? How it is transmi...

5 years ago | 0 answers | 0

0

answers

Question


When i do decimal to binary conversion for a "test.doc" file which contains data as "WELCOME TO PROGRAMMING" i get some binary values.Same file whn i convert it to pdf i.e,"test.pdf" & do decimal to binary conversion i get different binary value why?
When i do decimal to binary conversion for a "test.doc" file which contains data as "WELCOME TO PROGRAMMING" i get some binary v...

5 years ago | 1 answer | 0

1

answer

Question


Is it possibl to see the values of the pdf file in matlab? For ex: if i use Image=imread('apple.jpg') file & display 'Image' i will get/see the pixel values of image file. Similarly, is it possible to see the values of a pdf file?
Is it possibl to see the values of the pdf file in matlab? For ex: if i use Image=imread('apple.jpg') file & display 'Image' var...

5 years ago | 0 answers | 0

0

answers