Help for a beginner creating a 2d image-processing suite in LabVIEW.

I am a final year student and currently seeking any advice from experienced engineers with regard to my project.
The project is to create a LabVIEW based image-processing suite, which would be able to import 2d arrays of data from microscope, plus other information (scaling, date/time, sample info) and perform the following functions:
Visualisation – 2d & 3d, Cross-section Profile Analysis, Histogram, Fourier Transform, Auto-Correlation, Copy, Print, Save & Export, Colour Palette Edit, Zoom, Manipulate.
Having not used LabView previously, any examples or information you may have would be of extreme use,
Thank you in advance for any help you can give me,

Sam,
Most of these tools are readily available in LabVIEW when you purchase the IMAQ Vision toolkit. You just need to learn how to use them and set them up. In your case, I would strongly recommend starting with Vision Builder. You can learn how to use a number of these tools, and it may actually be sufficient for your project without writing any code. It can generate LabVIEW code as well, so it would get you started on your program.
Bruce
Bruce Ammons
Ammons Engineering

Similar Messages

  • How to provide F1 & F4 helps for a newly created field.

    I have to create a <b>currency field</b> in 0100 screen like skb1-waers.
    I have to provide F1 & F4 helps for that field.
    Shall I give screen name as SKB1-WAERS ?
    I have given as above .
    But the problem is when the Processor is processing a that screen , the currency on the screen gets overwritten by  another the reference account field  in one of the subroutine.  Since the screen uses fieldname skb1-waers, it gets overwritten when my code read skb1 table.
    Was it right that I used screen name as SKB1-WAERS ( in my screen attributes for that field ) ???
    If not suggest me what to do and how to proceed ?
    YOUR HELP IS APPRECIATED.

    Hi,
    I would suggest creating a new structure in the DDIC..Then give the field WAERS and give the foreign key table as TCURC..
    Steps
    GO to SE11...select the radio button ..data type... give the structure name...Z_SCREEN_0100.
    Press create ..
    Then give the column name WAERS..
    Give the data element as TCURC.
    Place the cursor on the waers field and press the foreign key button..
    It would automatically propose the table TCURC..
    copy and generate the structure..
    use the structure-fieldname to define the currency field..
    Go to the input field attributes..
    give Z_SCREEN_0100-WAERS..Press enter..It will ask whether the field should be dictionary reference..Press yes to continue..
    In the PBO..
    Move the value from the SKB1 table to the screen structure Z_SCREEN_0100-WAERS
    Thanks,
    Naren

  • CS3 - Classroom in a Book - Help for real beginner please!

    I'm literally only on lesson 4 of this course so please forgive my ignorance!  Using the Quick Selection Tool the course tells me to "  Choose Edit > Copy and Edit > Paste to paste the selection on a new layer."  I get a message which says "could not complete the Copy command because the selected area is empty".
    I'm sure there is a simple explanation but I just can't find it - please can anyone help this pure beginner from going entirely mad?
    Judy

    Is the layer that you want to copy from the active layer?  In the example below I used the quick selection tool to select some of the image (you can see the "marching ants" in the lower right corner), but since a new empty layer is active and not the layer I want to copy from, the error message you describe is displayed.

  • How to count number of vehicles using image processing tools in LabVIEW

    anyone can give me idea that how to do counting of vehicles using image processing tools

    Hello,
    if camera is stationary, first take an image of the background. Then subtract each acquired image from the reference image. Limit the region of interest - build a mask of the area, where you want to detect vehicles. Use only the pixels that are under the mask for further processing. You probably would need to do some morphological operations (for example dilate) to make the detection more noise-free...
    Maybe you could get more reference images (different time of day) and compare the average intensities of the acquired and the reference image to select the best image for subtraction.
    You could then probably just count the numer of objects to get the number of vehicles.
    You can perhaps also use optical flow to track the vehicles, but you would need to compute some features for example strong corners for each vehicle (check good features to track, http://docs.opencv.org/modules/imgproc/doc/feature_detection.html). Or you can use the new mean-shift tracking library (Labview 2013).
    Hope this helps a bit.
    Best regards,
    K
    https://decibel.ni.com/content/blogs/kl3m3n
    "Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."

  • Help for a beginner in utl_file

    Hi,
    As I said I have just begun to learn pl/sql and looks like I am having a big trouble with it. I will attach the code I started with I know it does not do much and useful but can someone please help me run it? When I try to run it it gives the compilation error invalid directory path...
    CREATE OR REPLACE PROCEDURE encrypt_to_file IS
    /* Output variables to hold the result of the query: */
    a ALL_OBJECTS.OWNER%TYPE;
    b ALL_OBJECTS.OBJECT_NAME%TYPE;
    vlocation VARCHAR2(16) := 'OUTPUT';
    vopen_mode VARCHAR2(16) := 'w';
    F1 UTL_FILE.FILE_TYPE;
    /* Cursor declaration: */
    CURSOR TCursor IS
    SELECT OWNER, OBJECT_NAME
    FROM ALL_OBJECTS;
    BEGIN
    OPEN TCursor;
    F1 := utl_file.fopen( vlocation, 'DENEME.TXT', vopen_mode );
    LOOP
    /* Retrieve each row of the result of the above query
    into PL/SQL variables: */
    FETCH TCursor INTO a, b;
    /* If there are no more rows to fetch, exit the loop: */
    EXIT WHEN TCursor%NOTFOUND;
    END LOOP;
    UTL_FILE.FCLOSE(F1);
    /* Free cursor used by the query. */
    CLOSE TCursor;
    END encrypt_to_file;
    /

    OK, so someone has created a directory object for you.
    What do you mean by "I don t get the error with its last condition as procedure"? Are you saying that you no longer get the error when running your procedure?
    Are you looking in C:\Temp on the machine where Oracle is running for the file?
    In the code you posted, you are not writing anything to the file. Can you add a UTL_FILE.PUT (or PUT_LINE) to ensure that there is something in the file?
    Justin

  • Report Painter Help for a Beginner

    Hi All
    I am very new to FI and even SAP - can any one help with the tips for creating a report through Report Painter- I have gone through the online helps but not able to pick up, please help to create a simple G/L Report or some other reports for learning purpose
    Advance thanks for the help
    Thanks again
    Srini

    Hi all
    Please note I have a problem, my client want to create a same cost centers for all company codes (8 company codes) in one controlling area (all company codes linked with one controlling area), but the cost center master data is not accepting the same cost center for the different company code in the same controlling area- client don't want to create a new  cost centers since they are using the same cost centers for years in Peoplesoft, how to tackle this problem- anyway we can suppress the company code in the cost center master data?- &  if we supperss also the final report will be Ok?- Pls help
    Thanks
    Srini

  • Help for a beginner please -using iTunes

    Using iTunes for the first time, I buy and download an item. It`s a piece of music that lasts 55 mins.OK.The stuff comes down the line, and I can make it play on my scratchy screen-speakers.
    I then try to copy it to a DVD with my DVD writer. I`m warned it may take up to an hour. No indication of progress is given. After a few minutes there`s a xylophone-bong. Maybe it means the process failed. Maybe succeeded. I don`t know. No indication of either.The disc won`t play so I suppose I failed.
    A make a second try, on to a CD. This time no Burn - button appears on the screen, so I`m stuck straight away. Is Apple stopping me making a second copy, so I have to spend another ten quid downloading the thing again ? A pretty severe penalty for a mistake !
    Can anyone put me right, and maybe direct me to an elementary tutorial ?
    Eigenblog
    HP T3640 desktop   Windows XP  

    Making a DVD only creates a backup copy of a track. It does not create a disk that can be played in any other player. If you want to create a disk that can be played in other players, you need to burn an audio CD, so check your iTunes -> Advanced -> Burning preference and make sure it's set to Audio CD. Then you need to put the track into a playlist. It can be the only track in the playlist, but it must be in a playlist before it will burn.
    For more information, this tutorial may help:
    iTunes: Burn Your Music To CD
    Hope this helps.

  • A help for a beginner

    i just downloaded JMF on a windowxp OS ( i also downloaded java2sdkl1.4.2_02 ).
    I added the lib and bin directories to the PATH in the systems environment variables and i checked that the jmf.jar and sound.jar are created in the CLASSPATH user environment variables.
    My first question : should i add anything else to my environment variables ?
    i am trying to make an rtp session between two pcs and transmit audio files between the two terminals.
    i followed many methods and all of them failed, but i don't know the reason behind the failure .
    first, i opened an rtp session on the receiver side with the ip address of the transmitter and the port and was waiting for data.
    on the transmitter side , i have chosen an audio file to transmit by the transmit option at the ip address of the receiver and the same port .
    the result was :
    when i tried to transmit an mp3 file, the receiver side have this error :
    Controller error:
    Internal Module com.sun.BasicRendereModule@16aa42e: failed to handle a data format change.
    when i tried to transmit a midi file, the transmitter side have this error :
    Failed to create processor.
    Exception.
    Cannot find a processor for : com.sun.media.protocol.file
    DataSource@57e787
    second method, i transmit the audio file by the transmit option.
    on the receiver side, i opened the URL address : rtp:// 192.168.10.10/40000/audio/1/4
    192.168.10.10 is the ip address of the transmitter side
    40000 the port number same at both sides.
    audio 1 is the number of the track.
    4 is the value of ttl.
    the result is that the receiver opened a player but did not hear anything.
    i also tried the methods described at JMFsolutions : AVReceive2/3, AVTransmit2/3 aslo they failed.
    Last thing, when i try to add a plugin for the codec or renderer or anything else on the registry editor, i receiver the following error:
    Could not add item.
    Hope someone will help me to solve the problems.

    Any one found out the answer ? I get the same damn error ...
    RTP Handler internal error: javax.media.ControllerErrorEvent[s
    a.content.unknown.Handler@19616c7,message=Internal module com.
    dererModule@f0eed6: failed to handle a data format change!]
    thanks in advance for helping me out ...

  • Need help for getBindingContext() after Creating Entry.

    Hi Developers,
    I am Creating a entry using Model.create() method in my 1st View.
    oModel.create('/ProspectSet', oEntry, null, function(oData,oResponse){
       oEvent.getSource().getParent().close();
       sap.m.MessageBox.alert("Prospect No " + oData.Partner + " created successfully");
        },function(oError){
        oEvent.getSource().getParent().close();
        sap.m.MessageBox.alert("Failed to create Prospect");});
    Now after successfully creating the entry here I need to navigate to my 2nd view and display the Entity which was just created. I don't know how to get the binding context of the newly created Entry.
    I am using this.nav.to("Detail", context); for Navigation.

    Hi Amit,
    You can use the function drill down ,if you want to drilldown based on product then based on location ,then the logic should be like this
    Drill Down on Product
    DRILL_DOWN( '9AMATNR' )
    Drill Down on Location
    DRILL_DOWN( '9ALOCNO' )
    Scheduling the job in background
    1)Create activity using the transaction /n/sapapo/mc8t,there you define the macro which you going to execute in background and planning book and dataview which having the macro.
    2)Create background job using /n/sapapo/mc8d,there you can define the activity which you created recently and select the aggregation on which you are going to execute the job.
    3) Go to SM36 ,there you the program as /SAPAPO/TS_BATCH_RUN then give the background job name as variant.
    Execute the job,it can be immidiate or periodic.
    Please let me know if you need more information.
    Regards,
    Prabhu

  • Help for a beginner

    I AM USING ORACLE DEVELOPER2000 R2.1 (STILL STUDYING IT)AND FIRST I INSTALLED ORACLE 8 PERSONAL EDITION AS A DATABASE ENGINE.
    THE PROPLEM IS THAT I HAD THE PROGRAM READ THE TABLES 'SUMMIT2' FOR THE USER : scott AND THE PASSWORD: tiger. THEN I MAKE IT READ THE TABLES ' SUMMIT2A ' FOR THE USER user1 AND THE PASSWORD : user1.
    THAT WAS USING system, manager. I CAN NOW LOG IN USING SCOTT BUT WHEN I LOG IN USING USER1 IT GIVES ME AN INVALID USER NAME AND PASSWORD.
    I AM USING WIN98. PLEASE HELP...

    you can also invoke any script with a ./<name_of_command>
    for example: ./orainst.sh
    There are also tons of manual pages on how the shell works
    just type: man<name of command you need help with>
    Kevin
    keith barron (guest) wrote:
    : stelar (guest) wrote:
    : : tanks for you help
    : : i have another question.
    : : why i login as root
    : : but cant run oratab.sh?????????????
    : : thanks your frined :stelar
    : : Jim Wartnick (guest) wrote:
    : : : stelar (guest) wrote:
    : : : : hi friends:
    : : : : i download oracle.but cant tar the 805ship.tar,
    : : : : but i cant find the install in orainst directory?
    : : : : why?
    : : : : help me . give me some advice.
    : : : : did i dont full download
    : : : : your friend:stelar
    : : : You should be looking for the file: "orainst" in the
    : : "orainst"
    : : : directory. This file is the executable to install Oracle
    : : 8.0.5.
    : : : It should be there.
    : You should include whatever messages you are getting whenever
    you
    : have a problem (or say there are no messages). My guess is that
    : you are not familiar w/ running a shell script. Are you
    : specifying "orainst.sh". If that doesn't work try (I'm not at
    my
    : linux machine so I'm going on memory) "/usr/bin/sh orainst.sh".
    : If it works, add "/usr/bin" to the path statement in your
    profile
    : (/root/.bash_profile).
    null

  • Help for a Beginner's Program

    Hello, I'm fairly new to the Java language. Recently I was writing a program revolving around the creation of classes and constructors...my code looks like this:
    import java.util.Scanner;
    class Money{
         private static int dollars, cents;
         Money(int dollars, int cents){
         Money(int dollars){
         Money(){
         static Money add(Money n,Money n2){
              return (n + n2);
         static Money minus(Money n,Money n2){
              return (n + n2);
         public static boolean equals(int m, int m2){
              if((m == dollars) && (m2 == cents));
                   return true;
         public String toString(){
              return ("Dollars = "+ getDollars() + " " + "Cents =" + getCents());
         public static int getDollars(){
              return (dollars);
         public static int getCents(){
              return (cents);
         public static void setDollars(int n){
              dollars = n;
         public static void setCents(int n2){
              cents = n2;
    class Program2_5{
         public static void main (String [] a) {
              Scanner kb= new Scanner (System.in);
              System.out.println ("Enter the amount of dollars");
              int d=kb.nextInt();
              System.out.println ("Enter the amount of cents");
              int c=kb.nextInt();
              Money.setDollars(d);
              Money.setCents(c);
              System.out.println (Money.toString());
    The main part of my code is just to simply make sure the methods actually work. When i go to compile my code I get three errors revolving around three specific lines.
    Error 1= {Operator + cannot be applied to Money, Money}
    *static Money add(Money n,Money n2){*+
    *     return (n n2);*+
    Error 2= {Same as Error 1}
    *static Money minus(Money n,Money n2){*+
    *     return (n n2);*+
    Error 3={non-static method toString() cannot be referenced from a static context}
    *public String toString(){*+
    *     return ("Dollars = " getDollars() + " " + "Cents =" + getCents());*+
    In order to fix Error 3 i tried to place static in front of String toString() but got an error about the Money String toString() cannot override the Object StringtoString()
    I have been working with this program for hours on and off and would really appreciate it if someone with more experience could help me...Thank You

    I think there are a few things that could help you out. Firstly, amounts are generally not looked at as dollars and cents separately. You can always go back and change it, but I'd code it a bit more like this:
    import java.util.Scanner;
    public class Money {
      private double amount;
      public Money() {
        this(0.0);
      public Money(double amount) {
        setAmount(amount);
      public void setAmount(double amount) {
        this.amount = amount;
      public double getAmount() {
        return(amount);
      public void add(double amount) {
        setAmount(getAmount()+amount);
      public void minus(double amount) {
        setAmount(getAmount()-amount);
      public boolean equals(double amount) {
        if (getAmount() == amount)
          return true;
        return false;
      public String toString() {
        return ("Amount = "+getAmount());
      public static void main (String [] argv) {
        Scanner kb= new Scanner (System.in);
        System.out.println("Enter initial amount");
        double a=kb.nextDouble();
        Money money = new Money(a);
        System.out.println(money.toString());
        System.out.println("Enter amount to add");
        a=kb.nextDouble();
        money.add(a);
        System.out.println(money.toString());
        System.out.println("Enter amount to subtract");
        a=kb.nextDouble();
        money.minus(a);
        System.out.println(money.toString());
        System.out.println("Enter amount to compare");
        a=kb.nextDouble();
        System.out.println(money.equals(a));
    }Hope it helps you out.

  • Code bug help for a beginner!!

    Ok, I've written this code so far. Everything was fine until I got to the IF condition. When I try compiling it it tells me that the 'a' variable in the IF condition expression may not have been initialised, which I don't really understand as it's been declared at the start of the program and even used fine beforehand in the switch statements.
    Any ideas?
    Thanks for any help. Here's the code.
    import javax.swing.JOptionPane;
    public class LetterProgram {
    public static void main (String args[]) {
       String pickALet;
       String output;
       char letter;
       int guess;
       int a;
       pickALet = JOptionPane.showInputDialog ("please enter a lower case letter from (a to e)");
       output = "you selected a letter " + pickALet;
       letter = pickALet.charAt(0);
       switch (letter) {
       case 'a':
       a = 1;
       output = "you entered an a";
       break;
       case 'b':
       a = 2;
       output = "you entered a b";
       break;
       case 'c':
       a = 3;
       output = "you entered a c";
       break;
       case 'd':
       a = 4;
       output = "you entered a d";
       break;
       case 'e':
       a = 5;
       output = "you entered an e";
       break;
       default:
       output = "i did not recognise your entry";
       break;
       JOptionPane.showMessageDialog(null, output, "your letter", JOptionPane.INFORMATION_MESSAGE);
       guess =(int)(Math.random()*5 +1 ) ;
       System.out.println(guess);
       if (guess==a)
          System.out.println("The computer guessed the correct letter");
       else
          System.out.println("The computer guessed the letter incorrectly");
       System.exit(0);

    It's better to add a default label to the switch; otherwise for most cases you will be setting the value twice, and it makes the intent of 'none of the above' clearer.
    Pete

  • Help for absolute beginner

    I am very new to computing and wish to learn more. Would like to learn Java and have access to net. Could download from site , but would then need my hand held for installation. If anybody is prepared to get me started please reply. I will not be offended by any answers (especially helpful ones!) Regards Steve

    I am very new to computing and wish to learn more.
    Would like to learn Java and have access to net. Could
    download from site , but would then need my hand held
    for installation. If anybody is prepared to get me
    started please reply. I will not be offended by any
    answers (especially helpful ones!) Regards SteveThis is latest on Sun site. might be helpful
    http://developer.java.sun.com/developer/onlineTraining/new2java/divelog/?frontpage-banner
    cheers!!

  • Help for Failed to create DB

    I tried to install "Oracle8 Enterprise Edition for Linux 8.0.5.1"
    to suse6.1. Followed Jordan's instruction and Readme, first
    everything going very smooth; after I installed "document" part,
    I don't think I need apply the glibcpatch.tgz so I skipped it to
    try create database. Still followed the Jordan's instruction,
    but it failed. The log said "out of memory; egrep "ORA_"
    failed ...". My suse 6.1 box has 64MB Ram with 320 MB Swap.
    Anybody can give me some idea how to work the problem out?
    Thanks!
    null

    Sigi missed pid_file and state file (or just don't keep the default /var/*) ; you need this in your /etc/mpd.conf or ~/.mpdconf
    playlist_directory "~/.mpd/playlists"
    db_file "~/.mpd/mpd.db"
    log_file "~/.mpd/mpd.log"
    error_file "~/.mpd/mpd.error"
    ######################## OPTIONAL PATHS ########################
    # If you wish to use mpd --kill to stop MPD, then you must
    # specify a file here in which to store MPD's process ID.
    pid_file "~/.mpd/mpd.pid"
    state_file "~/.mpd/mpdstate"
    Last edited by vogt (2008-02-15 04:19:11)

  • Printing from ipad - help for a beginner please

    I have downloaded the "Print to All.." app into my ipad 1.  I have an HP Photosmart Premium wireless printer. How do I print an e-mail?

    Have you consulted the Help pages?
    http://mobile.eurosmartz.com/help/help_index.html (assuming that's the correct app).
    However, if it is the correct app, the second line of the description in the AppStore says:
    "if you want to print email, docs, web pages or calendar etc, look at our other app "Print n Share""

Maybe you are looking for

  • Control video (Impress  vs PowerPoint)

    I installed SO8 on winXP box and converted a PowerPoint file to OPD file. Everything worked great except video. This PowerPoint file comes with video (avi files) and during the presentation, to play it all I have to do is to click over the video and

  • TreeTable based on one simple VO. Is this possible?

    Hello, consider, as an example, a single read-only VO based on a query on a number of different tables, which gives a result similar to: ID | PARENT_ID 1  | null 2  | 1 3  | 2 4  | null 5  | 4 6  | 5The table above represents the following tree: 1 |_

  • How to load webpage in app ?

    Hi guys. Is it possible to load the web page in app ? Now I am using below code to load the web page: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.webside.com"]]; But this code leaves the application process. How to ma

  • Table of Freight that is maintained during Billing?

    hi Experts, actually, we put the appropriate Freight at the time of Billing the Sales Order (using Tcode VF02), and after creating a hundreds of Billing documents, we need to change that documents that contain Freight. so isn't there any table, that

  • Processing modal in JSF

    How can I achieve the processing modal in JSF Is there any build in tag for processing modal can u plz provide me the solution,How to achieve the processing modal in JSF 2.0