Image Processing - Scan Pictures

Aug 15, 2009

imagine i have an image of an whole family, but then i crop just one face, to use, now i have the photo of the whole family, and the photo of a face, which is part of the big photo. what i want is an app that can scan the big image, looking for the small image, and then return if it found it, and the rectangle where the small pictures, fits, in the big picture. any ideas?

View 3 Replies


ADVERTISEMENT

VS 2008 - Image Transparency - Loading A Bunch Of Pictures On Top Of One Image

Oct 14, 2009

Ive been programming in VB6 for years, i figured its time for an upgrade. Here's what im doing, and what the problem is:

Im loading a bunch of pictures on top of one image. They are all PNG files, and some of the images have transparent edges, and some semi-transparency within the image itself.

So basically, i need to be able to load these images on top of the other images, and still maintain the transparency.

Is this possible in VB08? This is one of the main reasons i moved to 08 from vb6, more things possible including multithreading.

View 11 Replies

VS 2008 Image Scan + Click?

Dec 27, 2009

The program that I am creating needs to click on an image in a web browser. I have saved a bmp of the image and was wondering if there was a way that I could scan for the image in the webbrowser, and once found send a silent mouse click. Silent in the fact that it doesn't move the mouse. And I would normally use invokemember but the button is an image, not a "button". So I need to scan for it.

View 4 Replies

VS 2010 - Scan WebBrowser For Image (Resources)

Apr 20, 2012

When the right box appears on the screen (not an image/popup/msgbox but build-in another .swf file), I want to get a MsgBox with You Won!. And if the wrong box appears, you get a MsgBox with Better luck next time!. I have a picture of the 'right box' that is located in resources (rightbox.bmp) and also in PictureBox1.

vb
Dim imgList As List(Of String)
Dim currentInd As Int32 = 0
Dim myBmp As New Bitmap(My.Resources.rightbox)
Private Sub populateList()
imgList = New List(Of String)
[Code] .....

View 1 Replies

Scan A Image From Scanner - Replace Name And Save The Properly

Oct 14, 2011

When i scan a image from my scanner it's scan properly if the file exist with same name programme show error it's any way to replace this name and save the properly.

View 11 Replies

Scan An Image To Automatically Display In The Picturebox Control?

Mar 21, 2010

I'm creating a program in visual basic 2008 that can scan an image straight to a picturebox using a scanner.

View 1 Replies

Scan Webbrowser For A Resource Image And Click In That Area?

Oct 5, 2010

Is it possible to scan the pixels in webbrowser for an image that was loaded into my resources and then click on it? What I want to do:Have a reference image in resources Scan webbrowser1's PIXELS to see if it appears on the current page,Then if it does, Click somewhere in the region of the image.I do NOT want to search for a .jpg .png .gif .bmp etc. in the webbrowser.

View 10 Replies

Best Reference About Image Processing?

Feb 3, 2012

Does we have a good & full image processing function in vb.net? If not. what is best reference for image processing in vb.net?

View 2 Replies

Display Any Image (by Code)that Scan It From Twin Scanner In Picture Box?

Nov 22, 2011

how to display any image (by code)that scan it from twin scanner in picture box?

View 3 Replies

Use Program 2005 For Image Processing?

Oct 5, 2009

How to use VB.NET 2005 for image processing?

View 5 Replies

Image Processing - Capture Each Frame Of USB Webcam?

May 20, 2010

While I have got some leads from an older SO post and from this site, I haven't been able to figure out how to capture each frame of a web-cam.

What I would like to do is something like this capture a frame then do some image processing on it and display the output and then move on to the next frame.
Can I can access to web-cam frame events or is there any efficient way to achieve this?

View 2 Replies

VS 2005 Image Processing, Combine Bitmaps?

Apr 14, 2009

I've searched these forums, and found some GDI and C# links, but I really want to do some image processing in VB.NET.

how I would go about combining 2 bitmaps into one, sort of superimposed on top of eachother? I don't know what libraries are available in .NET.

View 13 Replies

Ultimate Goal To Interface With Webcam And Do Image Processing

May 14, 2012

I am not a CS major. I'm taking Mechatronics.But I'm always leaning heavily towards embedded programming and electronics. Nowadays, I would want to take the dive into PC programming. Slowly.So, I've started to learn VB.net. The syntax and basic programming principles are still ok. But I got stumped when I tried to go deeper where I see, directx, directshow, dll, avicap32, and etc. What are they? and API? How ar they connected with VB.net? It's different when I'm programming microC, where the environment is limited and dictated. Now there are options so broad until I am lost.is the architecture and what has those APIs , DLLS, and etc mean literally.Ultimate goal would be using VB.net to interface with webcam and do image processing.

View 1 Replies

Why Some Pictures In Office Word Isn`t Image Format

Aug 6, 2011

why some pictures in office word isn`t image format? And how can I fix it?I added example.doc, first picture is image, second isn`t.[code]

View 1 Replies

Multi-threading Processing - Processing A Large List Of Records And Inserting Them Into SQL Database One By One

Mar 18, 2011

I just learned some basics of multi threading in VB.net recently as I came across processing a large List of records and inserting them into SQL database one by one.

I have code look like this:

Private Sub btnLoadNow_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLoadNow.Click

Dim autoLoad1 As New Thread(AddressOf AutoLoad)
autoLoad1.Start()

[CODE]...

Itemlists is a global lists i retrieved from database, everything looks fine to me but when i run this program, I found that the threads are inserting one records 9 times into the database(I have 9 threads in total), which makes me think that maybe i need to specifically assign 1/9 of a list to each thread? Is there another way to do it which doesn't require the splitting of the list, if not , how do i split it then assign?

View 1 Replies

2008 Array Processing And Sequential File Processing?

Jan 6, 2010

2008 Array Processing and Sequential File Processing

View 14 Replies

VB 2008 Array Processing And Sequential File Processing

May 19, 2011

Im a college student and this is my first programming class, i am having extremely diffcult time with arrays and sequential file processing. Im not asking for the whole program, just something to get me started and hints along as i progress with it. Please help me get started on my program, its due in 2 days.

Here are the requirements....

1. The program must input any number of individual�s last and first names using two separate textboxes.
2. The array of names must be sorted by the last name using a bubble sort. You must code the sort.
3. The program must be able to recall the names from the file and add to the existing list of names so that more names can be added to, sorted, and written back to the file in sorted order.
4. Sort in ascending order: A to Z
5. All names must be displayed in a listbox in sorted order when the user wishes to see them.
6. In the listbox the last and first names must be separated by a comma and a space. Example: Smith, Mary
7. The user must be able to search for a name in the array, using the binary search algorithm. You must code the search.
8. Do not use module-level variables. Instead you may choose to use Static.
9. The program must be designed using Visual Basic 2008

View 3 Replies

VS 2008 Pictures Over Pictures Over Background

Nov 8, 2009

Im using a black n white image of a human as my back ground and panels to display the same bits in color when the area is clicked. What isn't working for me is the panels are slightly overlapped and one will always be on top of the other. it is transparent so you can see the back ground, but not the panel underneath it when it has a picture in it.

View 6 Replies

How To Scan With WIA

Jan 11, 2010

How Do I scan with WIA using VB.NET?

View 4 Replies

Scan A Certain Area Of A PDF Or Tif?

Mar 6, 2012

I'm looking for a way to scan a certain area of a PDF or Tif,

and extract the OCR regonizied text which will help me rename these documents I have.

What tools or libaries can I use in .NET to make a quick short program to rename

TIF or PDF files into their appropriate name coming from a portion of text that is on each file.

View 2 Replies

Scan For Hardware Changes?

Jan 31, 2010

i'm trying to "Scan for hardware changes" programatically and all I can find so far is: [URL]

I'm not sure how to use it in a vb.net app though. this is for Windows 7 functionality and i'm not sure how to set up the API calls

there's this: [URL] but it doesn't tell you how to implement it

View 8 Replies

Scan Through Application?

Dec 15, 2011

I have a requirement from my vendor to scan an image through my application. Then this image should appear in the picture box given on the same page. Also I want to read it as bit stream.

View 3 Replies

Trying To Scan Images ?

Jan 4, 2010

I am trying to scan images in VB.NET. I searched this site for almost an hour and found questions, but little in the way of answers, but some redirection which did not resolve the issue.

I downloaded the example here [URL] which has 7 projects doing a whole bunch of things. I do not have the scanner attached to my PC. Nor can I run any of these examples which do way more than I am trying to do. Then I went here [URL], found the VB version on planetsourcecode, but it will not run. I tried to duplicate what it does, but I couldn't get either of these line to be recognized:

Imports TwainGui.vb.TwainLib
Imports TwainGUI.vb.GdiPlusLib

I understand that the differences between .NET and VB are huge, but what I fail to understand is why no one has been able to post an example of how to scan? My company is not willing to purchase any 3rd party tools and my boss believes it can be done through the api, which some posts seem to imply but fail to show how.

View 24 Replies

Add A Progressbar To The Scan Button?

Mar 7, 2012

is there a way to add a progressbar to the scan button?i watched tons of videos and i cant figure it out

Using FB As New FolderBrowserDialog
If FB.ShowDialog = Windows.Forms.DialogResult.OK Then
For Each Ext As String In ListBox1.Items

[Code].....

View 1 Replies

Code To Scan Drive?

Jul 14, 2009

I want to write code in vb.net to scan drive.

View 2 Replies

How To Scan For Connections On A Certain Port

Dec 17, 2010

I'm using a TcpListener and TcpClient to search for a connection on a certain port,and display a message when a connection is made, but i do not know how to do this. My code so far:

Dim port As Integer = 81
Dim serverSocket As New TcpListener(port)
Dim clientSocket As TcpClient
Dim c As Integer
Dim ic As Integer

[Code]..

View 1 Replies

Pixel Scan In AxShockwaveFlash1?

Mar 9, 2009

Using this Pixels Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

[Code]...

This will scan the whole screen for my specified colors. How can I make it scan the AxShockwaveFlash only?

View 8 Replies

Scan Directory For Files?

Nov 23, 2011

I am working on a small music player software that runs from the thumbdrive and does not need to be installed. The problem is that when ever i scan the directory for files, it will not scan unless I am running it on a computer that has previously compiled the code. Regardless of whether visual studio is installed or not. Below is the rountine for the scan that is not working. It seems to stop at the 'ForEach ti in hi.getfiles'.

UserInput.Close()
Dim Found As String = ""
Dim C As String = My.Computer.FileSystem.SpecialDirectories.MyMusic
Dim Directory As String = My.Computer.FileSystem.CurrentDirectory

[code]....

View 13 Replies

Scan Documents By Using VB Application?

Nov 29, 2010

I need to add scan option in VB application which i am developing.

How can i, Can anybody giveme detail code for this.

View 3 Replies

Scan Files For Viruses?

Jan 3, 2011

My program allows users to upload some files so other users can download it. Is there a way that I can scan the files for virus upon upload/download within the program? How can I go about this?

EDIT: Actually is there a way for the program to use the installed Virus program located on the users computer?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved