Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Tags
Member Avatar for SerogaM

I want to create a Matlab Gui that can open an image by clicking on open button on toolbar I build a toolbar and add a code for opening a file but hhow I tell to it open it on specific place on my Gui thats a code for open …

0
62
Member Avatar for SerogaM

I have problem upload and use imshow function with files that has extension JPEG Are there is such problem in matlab, I want to play with function[COLOR="Red"] imwrite [/COLOR] and use property of JPEG extension that is a 'quality' for example what Imean : [ICODE]imwrite(f,'filename.jpg',;quality',25)[/ICODE] and it give me an …

Member Avatar for quuba
0
77
Member Avatar for SerogaM

I want o connect button click to some callback function how I do it? --For example I want that after i click button ,happen some external function and show me some plot/figure thanks sergey

0
58
Member Avatar for SerogaM

change file from JPEG to tiff and no use any compression change image size : the code I wrote is: f=imread('source_image.jpg'); figure(1) imshow(f) imwrite(f,'new_tif_image_file.tif','compression','none','resolution',... [100 80]) g=imread('new_tif_image_file.tif'); figure(2) imshow(g) after all these done I look at two images and they look same... what problem in this code?

0
67
Member Avatar for SerogaM

I want change file from JPEG to tiff and no use any compression change image size : the code I wrote is:[CODE] f=imread('source_image.jpg'); figure(1) imshow(f) imwrite(f,'new_tif_image_file.tif','compression','none','resolution',... [100 80]) g=imread('new_tif_image_file.tif'); figure(2) imshow(g) [/CODE] ~~after all these done I look at two images and they look same... what problem in this code?

0
70
Member Avatar for SerogaM

Are the any problems use JPEG files in matlab ,I try type this code and get an error [CODE]imwrite(f,'filename.jpg','quality',25)[/CODE],after (reading matlabs help) that gives same answer I don't know what to do the same problem comes uo when I try use function [COLOR="Red"]imshow(f)[/COLOR] where "f" is a file with extension …

0
80
Member Avatar for SerogaM

Hi,everyone I have a question about function 'imshow'? I have an image ,a color one for example it size : size(g)----[420 640 4], extension of a file 'tif' I use function 'imshow' and get an error, I don't know where i wrong?

0
57
Member Avatar for SerogaM
Member Avatar for SerogaM
0
307
Member Avatar for SerogaM

I build Log in window where user enter his usernmae and password I still don"t want use SQL and any data keeper, it's only for two users so I check the password and username if it' ok than user must press botton OK and load next window this step I …

Member Avatar for SerogaM
0
75
Member Avatar for SerogaM

I still can't understand what a difference between a regular window and modul form ? what it means modal form?

Member Avatar for ddanbe
0
112
Member Avatar for polo_coins

Hi, and happy hollidays to everyone, I start working with WinForms about a week and wonder how could I add a picture like a background to m Form. What kind of files C# can get(*.jpg,*.gif) thanks a lot Sergey

Member Avatar for SerogaM
0
116
Member Avatar for SerogaM

Hi,I'm new in WinForms Application help me change my ComboBox to default state of one of Collections I have Thanks Sergey

Member Avatar for Ramy Mahrous
0
155
Member Avatar for SerogaM

how can i choose in one ComboBox one choice and get a list in a ListBox specific to this choice. Sergey

Member Avatar for Ramy Mahrous
0
135