필터 지우기
필터 지우기

Conver jpg Images into dataset.

조회 수: 2 (최근 30일)
Ali Yar Khan
Ali Yar Khan 2019년 7월 4일
편집: KALYAN ACHARJYA 2019년 7월 5일
I have jpg images in separate training folder and test folder with subfolders according to their classes. I want to convert them into dataset but not the RGB values of image but the CEDD feature of each image. I have the implementation to calculate CEDD feature. but how to get each image and its label and also i want to randomly means that first image was from class 1 then second image from 3 . or can do it after extracting all images then random on labels as well as their features.
  댓글 수: 2
KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 7월 4일
편집: KALYAN ACHARJYA 2019년 7월 5일
The question is not clear to me. You know how to calculate CEDD feature of an image, you want to do the same for multiple images, right?
Image Analyst
Image Analyst 2019년 7월 4일
dataset is an old, deprecated class and it's not recommended that you use it anymore. What other variable type would work for you? What is the CEDD feature? Can you stuff it into a regular double array?

댓글을 달려면 로그인하십시오.

답변 (1개)

Vaibhav Tomar
Vaibhav Tomar 2019년 7월 5일
Could you please clarify whether you aim to use the mentioned CEDD format output for multiple images and if you wish to do so, are you open to use other data types?
  댓글 수: 1
KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 7월 5일
@Vaibhav, is this comment or Answer?

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by