Data Transfer between matlab and c#.net -
i have matlab code gets image .mp4 video file ,compares image originalimage , gives result.i have image output( example 720x720x3).matlab shows image imshow , happening in while loop.matlab takes image video , compares originalimage gives result matlab takes next image compare ... want result shown in c# form interface want create dll while.but ı not sure how optimize matlab code.which datatype should use assign matlab result in c#?what if use matris has same size result?how result matlab c#? thank
if c# client independent (runs separately) easiest way save image file imwrite command , load somehow in c# client.
if want call matlab function, should have following link. can return matrix, 3 dimensional array of numbers. out of create bitmap , load on form.
Comments
Post a Comment