photo

Theegala Anjaiah


Active since 2017

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


how to obtain compressed image after neural network training ; in this code i want to display compressed image
clc; clear all; close all; I=imread('jay.png'); size(I); image(I); in1=I(1:256,1:256); r=4; figure(1); imshow(in1); ...

meer dan 7 jaar ago | 1 answer | 0

1

answer