필터 지우기
필터 지우기

how can i segment image into blocks

조회 수: 1 (최근 30일)
Ahmed almansory
Ahmed almansory 2012년 12월 19일
i want to design neural network for image compression , the first step is dividing the image into sub image then convert sub image from 2-dimension to 1-dimension input vector for neural network.

답변 (1개)

Matt J
Matt J 2012년 12월 19일
One way is using this file
Example:
A=rand(80);
subimages=mat2tiles(A,[8,8]); %break into 8x8 blocks

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by