C# :: 4-point Transform Images?

Mar 18, 2009

I need to transform bitmap images with their 4 corner points moved from one location to another.Any code that can run on Windows, C#/VB.NET preferably, even help how to use scriptable programs like Paint.NET or Photoshop would be accepted

View 4 Replies


ADVERTISEMENT

Fourier Transform For Images?

Apr 6, 2011

Fourier Transform for pictures in Visual Basic?

View 1 Replies

Coordinates Images - Save The Map Data Like Point Of The Images (x,y Coordinate) Into The Database

Oct 3, 2010

What type of connector do i need to actually save the Map data like point of the images (x,y coordinate) into the database . and then retrieve it to show on the page in asp.net and how do i go about doing it.

View 3 Replies

VS 2008 Set A Point Without Setting Point.x And Point.y Separately

Jun 4, 2009

I hve been working with points a lot recently, and I have been wondering if there is a way to set a point without setting point.x and point.y separately. For example for (3, 5): Point1 = (3, 5) But that isn't right

View 4 Replies

Finding A Point On A Diagonal Line When Have The Start Point And End Point Of The Line?

Feb 14, 2011

I have a Diagonal line drawn on a picture box on my forum and i need to know if the user has clicked the line I have the Start point and End Point of the Line and the mouse x,y location So i basically need to find out if the x,y of the mouse is on the line.

View 2 Replies

VS 2010 : Search For Text Within A String (Starting Point And Ending Point)?

Dec 31, 2010

I'm trying to extract a piece of text from within the string, defining both a starting point and an ending point. For instance, say I want to search for the text found between "That is a " and " car" in the string "That is a red car", so it would return "red".I know you can use .SelectionStart and SelectionLength, but the length of the word can change, so the selection length can vary. What I want is to establish a specific starting point and a specific ending point from which to extract the text from the string.

View 5 Replies

VS 2010 Loop In A Variable And Grab Info From Point A To Point B?

May 24, 2010

I want to know if its possible to loop in a variable and grab info from point a to point b

This is what I have stored in my Variable

PHP
</div> <!-- div reviews end white-space:nowrap; margin-bottom:5px; class="reviews" -->
<div class="list_address">

[Code].....

View 11 Replies

Add Point And Delete Point When The User Clicks The Picture?

Jul 29, 2009

i have a picturebox which displays a map i have 2 modes add point and delete point when the user clicks the picture it creates a point on the picture where the user has clicked that works perfectly its when i try and delete the point when it doesent work :/ i have all the points loading from an xml file this is the code i have:

[Code]...

basicly i want it to when the user clicks the point it fines the x any y in the xml delete the node then delete all the points on the map then reload them all according to the xml

View 9 Replies

Calculating Point-to-point Directions On A 2-D Grid?

Mar 11, 2012

I'm trying to calculate the direction between two points on a two-dimensional grid. Actually I want to determine if that vector is within a range of two values. Suppose the grid's origin is 0,0 at the upper left corner, and 0 degrees represents north. I have a point A on that grid. I want to know if a line from point A to point B on the grid is within a range of directions between 111.8 degrees (a little south of east) and 158.2 (a little east of south). Those are approximations; the 111.8 is 90 degrees plus the arctangent of 2/5, and 158.2 is 180 minus that value. I worked out a series of calculations worthy of a medieval astronomer, but I suspect there is a simpler way. I'm going to have to do this for a variety of other vectors, and I'd like to generalize

View 4 Replies

Construct An Icon Setting Point By Point

Feb 20, 2010

I know how I can construct an icon setting point by point, but that isn't what I want. I want to use a bitmap file or a jpeg -is easy to convert an jpeg to an bitmap- and built an icon that looks like this picture.

View 2 Replies

Draw Arc From Start Point, End Point And Radius?

Jan 17, 2009

I want to make a drawing application which needs a few drawing functions I cant handle myself as im not very mathematicly inclined The first on the list of functions is to create an arc from a start point, end point and radius. The method signature is as followes.

Function CreateArc(byval StartPoint as PointF, EndPoint as PointF, Raduis as single) As PointF()
'Code to create an array of points...

[Code]....

View 1 Replies

Draw Line From One Point To Another Point?

Apr 10, 2012

I have a DataGridView that will occasionally have a RowError icon displayed in the RowHeader (shown below)I have code that displays a small form when the users mouse moves over the row header or clicks the row header.I would like to draw aline from the top-left of the form to the middle-right of the row header.I basically want to point from the form to the error icon.

View 1 Replies

Move From Point A To Point B Along An Angle?

Mar 14, 2009

I need to move an ellipse from a known point on the screen to another known point on the screen.

I've tried using For.....Loops with less than desired results.

I can't remember everything I've tried, a lot of trial and error has been layed to waste. Lol

I've ended up with this code after putting together what I've tried, what I've learned elsewhere, and a couple of posts I've read on here.

All I want to do is move the ellipse from one point to the other along a straight line that forms the angle between the two points (X1,Y1) and (X2,Y2), make it grow from 2 pixels at it's start, to about 80 pixels by the time it reaches half way, then shrink from 80 pixels back down to 2 pixels by the time it reaches the point (X2,Y2).

Easier said than done.

Here's what I have at the present.....

Dim W As Integer
Dim H As Integer
Dim Num As Integer

[Code].....

....This seems like such a simple task, yet it's been a week since I came up with the idea, and I've had little success.

View 6 Replies

Moving From Point (200, 100) To Point (300, 400) Repeatedly?

May 9, 2010

come out with the codes for moving the mouse pointer from point (200, 100) to point (300, 400), repeatedly. Using VB 2008.

View 8 Replies

Scrape HTML, From Point A To Point B?

Jul 28, 2010

I looked around the forum can't find something really simple.I want to scrape everything between the

<!-- google_ad_section_start -->
to
<div class="ad_editorial-sponsorship"></div>

copy it and use it right after it's website and I navigate using webbrowser1.

View 12 Replies

(GAME)rotate Image Facing Mouse Cursor, Move Image From Point A To Point B?

Jun 21, 2010

i want to work on a shooting game,and i already have a code for the rotation of the image but i have a few problemFirst problem(for the tank /ship): i want the image to AUTOMATICALLY rotate facing the mouse cursor,i know how to rotate but but i dont know how to convert the location of the mouse to an angle that the image will face,,

View 1 Replies

How To Do A 3D Transform (perspective) In C# Or .Net

Sep 7, 2011

What I am looking to do sounds really simple, but no where on the Internet so far have I found a way to do this in DotNet nor found a 3rd party component that does this either (without spending thousands on completely unnecessary features).Here goes: I have a jpeg of a floor tile (actual photo) that I create a checkerboard pattern with.In dotnet, it is easy to rotate and stitch photos together and save the final image as a jpeg.Next, I want to take that final picture and make it appear as if the "tiles" are laying on a floor for a generic "room scene". Basically adding a 3D perspective to make it appear as if it is actually in the room scene.Heres a website that is doing something similar with carpeting, however I need to do this in a WinForms application:Flor Website Basically, I need to create a 3D perspective of a jpeg, then save it as a new jpeg (then I can put an overlay of the generic room scene).

View 2 Replies

Inverse Of DFT Transform On The Same Data

Nov 26, 2009

There is a bug in my code somewhere. It has a form with 5 input fields and 5 output fields. The algorithm is supposed to do a forward DFT and then immediately do a reverse DFT on the same data - so the output values should be the same. However it returns garbage! as I cannot see where the bug is.

[Code]...

View 3 Replies

Put Together XML Stream From URL Through A Transform Into A Dataset?

Aug 3, 2010

I am grabbing some XML from an API and I want to tranform it before I put it into my dataset. I can't quite piece it together. I am trying to work from the examples in the documentation, but all I find are examples with reading and writing to the filesystem and I am not interested in storing things in the filesystem for this.

I am trying to piece together (1) xmlReader.create(URL) -> (2) xslcompiledtransform(xmlreader,xmlwriter) -> (3) get xmlwriter it into an xmlreader -> (4)dataset.readxml(xmlreader).

I can't figure how to do (2) and (3). How do I initialize the xmlwriter properly and feed it to an xmlreader?

View 7 Replies

VS 2010 Transform Chr() In To String?

Apr 8, 2012

After several hours of browsing google, wanted to check with one of you experts. I have made a winform application to read data from PABX (telecom) device. My application is listening to a particular port and once data received it passes to the data_hander. Application is working fine. But I�m facing a issue in received data string. From PABX system, it sends start and stop bit within the text string. It sends chr(2) as start bit and chr(3) as stop bit. But when my application reads the incoming data stream as follows,

ReceivedData = System.Text.Encoding.ASCII.GetString(bytes, 0, bytes.Length).Trim(Microsoft.VisualBasic.ChrW(0))

It does not recognize the start and stop bit as it sends from PABX. It just replace chr(2) and chr(3) with space and shows rest of the string. The issue is, I just want to take the same string and forward to another application and it needs this start and stop bits as it is to read the string properly. Could somebody guide me how to read this characters from PABX system or at least include them to the received string within my application as send to the other application?

View 4 Replies

Append Multiple Records On Transform

Feb 23, 2011

Using the FileHelpers library to do some great things in VB.NET. Parsing files with dynamic classes built from text file templates. One thing I can't find: A way to read in a single record and determine that it should result in the generation of two records.[code]Ideally in this next line I would like it to see certain conditions and be able to generate two records from a single source line. Dim PayRecords() As Object = engine. Transform Records(FromRecords)Alternately, if there is a way to implement the "ITransformable(Of ..." TransformTo() and have it return multiple records, I could put the logic in the dynamic class definition TransformTo() method.[code]

View 1 Replies

C# - Transform A Datatable To A ReportingService-like Matrix?

Mar 29, 2011

Question: I have data that I retrieve from a database, which looks like this: Now I need to transform it to the below format, in order to be able to draw a piechart. In ReportingService, there is the Matrix control to achieve this, but what can I use to achieve the same in ordinary C#, in order to render it to a PieChart image ? Note that the number of buildings as well as the usage-types is variable and not known ahead of time.

[Code]...

View 1 Replies

How To Transform Textboxes To Excel Within Prorame

Mar 18, 2010

how to transform my textboxes to excel spead sheet within my programe

View 15 Replies

VS 2010 : Transform Documents To Excel?

Apr 16, 2012

I do have third party application which produce it�s reports in PDF format. Those reports are having images and different kind of alignments in the pages. So I need a code or guidance to make an application to transform the exact appearance of the PDF file in to Excel. My Issue is the PDF does not have table kind of thing to identify by regular pdf to excel conversions.

View 3 Replies

Write A Program To Transform UTM To WGS84 (or Others) ?

Mar 30, 2010

I am a beginner of VB and i have no idea how to work on it.

View 5 Replies

XQSharp Simple XSLT2 Transform

Jul 12, 2011

I am tying to get xslt2 transformation using XQSharp, but i get an exception when trying to call ApplyTemplates.[code]

View 1 Replies

[VB 2008] Transform Code To A Function

Mar 10, 2010

How can I transform this code to a function (anyone can do it for me?)? Otherwise I have to use this long code again and again..

[Code]...

View 8 Replies

.net - Errors Running VB 2010 XML Transform Code?

Mar 6, 2011

I have this code:

Public Class Transform
Dim inputFile As IO.StringReader ' Object variable
Private Sub OpenFileDialog1_FileOk(ByVal sender As System.Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles ofdOpenFile.FileOk

[code]....

And I am getting these errors:

'Private Sub Transform_Load(sender As Object, e As System.EventArgs)' has multiple definitions with identical signatures. Line 15
'strOutputPath' is not declared. It may be inaccessible due to its protection level. Line 51
Type 'XslCompiledTransform' is not defined. Line 83

View 1 Replies

Do A XML Transform Using XSLCompiledTransform From A Stream Instead Of An XML File On Disk

May 19, 2009

I'm using XamlWriter, XML Transform (with XSLCompiledTransform), and XamlReader to create deep copies of a user control with multiple user controls and lots of inheritance.
I have it working and am using it in my Print and Print Preview logic. The problem is that it's SLOW and I need to speed it up. Currently when the user selects Print Preview it takes about three seconds for the view to display. I need to reduce this to less than one second!

[Code]...

View 3 Replies

Extract Transform And Rotation Matrices From Homography?

Sep 12, 2011

I have 2 consecutive images from a camera and I want to estimate the change in camera pose:

I calculate the optical flow:

Const MAXFEATURES As Integer = 100
imgA = New Image(Of [Structure].Bgr, Byte)("pic1.bmp")
imgB = New Image(Of [Structure].Bgr, Byte)("pic2.bmp")
grayA = imgA.Convert(Of Gray, Byte)()

[Code]...

How do I calculate the new position and lookat?

If I'm doing this all wrong or if there's a better method,

View 1 Replies







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