필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

This is only the part of the coding. The error from the command windows said that: Error in existing (line 9) [Iout, intensity] = optimizati​on_tech(I,​4,'pso') ;

조회 수: 1 (최근 30일)
How to solve this coding?
clc close all clear all [namefile, pathname]= uigetfile({'*.bmp;*.tif;*.tiff;*.jpg;*.jpeg;*.png;','IMAGE Files (*.bmp;*.tif;*.tiff;*.jpg;*.jpeg;*.png;)'}); [I,map]=imread(namefile); A=I; disp('Parameters for PSO Enhanced Image') tic; [Iout, intensity] = optimization_tech(I,4,'pso') ; toc; PSOOUT = Iout+(I/2);

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by