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