Help for Image Distortion Anyone?

Is there an easy way to get one line of distortion through text like shown in the picture?
or maybe a similar effect?
Thank you for any suggestions.

Good day!
Depending on the intended use of the text it might be advisable to use vector data.
If you want to use pixel data there are several options.
I would recommend using the Filter Displace as a Smart Filter with a custom Displacement Map.
Regards,
Pfaffenbichler

Similar Messages

  • Help for image pattern matching

    Hello Everyone
    I am working for my last year project. In my project I will work on the image processing to find a moving object. I will work by JMF. I have finished to grab a frame from the webcam video clips. Now I need a algorithm to find a Image pattern from the grabed image. But I donot know which algorithm is fine for image pattern matching as well as how can I implement in java. Is anyone know please help me very urgently.
    Thank you
    Md. Mainul Hasan

    If you would like to take a look at http://www.exactfutures.com/index01.htm and http://www.exactfutures.com/index02.htm and http://www.codeproject.com/useritems/activity.asp then these pages and links may well be useful to you. It may not be exactly what you are looking for, but it does point to some examples with source for video analytics, and at the very least they illustrate how to capture & handle the data including a fast movement detection algorithm. If you want to find a specific shape then search the internet for information on chamfer distance transforms - one can use JMF or extend these simple examples to apply those techniques.

  • Help - Inserting image - distorts webpage

    Hi all
    First post here - I am a novice user of dreamweaver and
    wondering if anyone could kindly answer a query that I cannot
    solve.
    I am currently creating a website in dreamweaver mx2004 using
    tables and I have allocated space for an image to cover most of the
    index page. I insert an image into the space and it looks fine in
    design view but when I preview in my browser - the webpage is
    distorted in that the rest of my images to the side of page are
    spread across vertically making the webpage longer.
    Please help as I cannot work out what the problem is.
    Many thanks in anticipation

    Screenshots do nothing. The answer is always in the code.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "JoeyD1978" <[email protected]> wrote in
    message
    news:fl35l6$a48$[email protected]..
    > Sure, post your html too if you don't mind.

  • Need Help for Image Processing

    Hi everyone,
    my name is Davide and I am a new member. I apologize in advance for my English that It's not very good.
    I have to do an exercise where I have to draw a SAR(Synthetic Aperture Radar) Image. The problem is that the input image is composed by a binary raster plus an XML parameters file. The XML file contains all the information to correctly read the image.
    I downloaded Java Advancing Imaging Library but I've never worked with this image format and I don't know where to start.
    Can anyone help me? How should i do with the binary raster file? How can i read it?
    Thank you very much.

    Hi everyone again,
    I followed your advice and I studied the theory on raster data so I have made some step forward. Now I have a new problem that I will try to explain you in the better way. I was able to obtain from the binary raster data an array of float.
    From the XML parameters file I know that the rows number are 1000, the columns number are 2000, the pixel type is complex float and that the real and imaginary parts are put side-by-side on a column basis. I created two array, one of the real parts and one of the imaginary parts:
    for (int i=0;i < SIZE_X*SIZE_Y; i++){
       if(i%2 == 0){
          real[k] = bin_input;
    if(Math.abs(real[k]) > max_value_re){
    max_value_re = Math.abs(real[k]);
    k++;
    }else{
    img[n] = bin_input[i];
    if(Math.abs(img[n]) > max_value_im){
    max_value_im = Math.abs(img[n]);
    n++;
    Then I create an array with the absolute value of complex number:for (int i=0;i < SIZE_X/2*SIZE_Y; i++){
    mag[i] = (float) (Math.sqrt(Math.pow(real[i]/max_value_re,2) + Math.pow(img[i]/max_value_im,2)));
    Now I have an array of float with values from 0 and 1. I tried to create a gray scale image because in the XML file it says that the number of channels is 1:BufferedImage theImage = new BufferedImage(SIZE_X/2, SIZE_Y, BufferedImage.TYPE_4BYTE_ABGR);
    WritableRaster wr = (WritableRaster) theImage.getData();
    wr.setPixels(0, 0, SIZE_X/2, SIZE_Y, mag);
    File outputfile = new File("C:\\Sviluppo\\workspace\\Java\\SAR\\Milano.png");
    try {
    ImageIO.write(theImage, "png", outputfile);
    } catch (IOException e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    The problem is that the image is all black as if the method is not able to interpret the float values and puts everything at zero.
    First of all, do you think the process can be right or is there some logical/theorical error? If it's ok, How can I fix the problem?
    Thank you.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Scripting help for image pop-up within a PDF

    Hi,
    I'm creating some sample eBooks in Acrobat Professional 9 (Mac), and I am stuck on one element that needs to be present. In the text within the PDF, there might be a phrase like, "See Fig. 1". Fig. 1 might not be on that page, however. I know how to create a link in a PDF that will navigate the reader to the page with the image referenced, but that's not good enough. I'd like to have this happen:
    User clicks on "See Fig. 1".
    Popup window appears with the referenced thumbnail image.
    The image's popup window will stay on-screen until dismissed by the user.
    Clicking on the popup thumbnail image calls up a full-size image.
    The added wrinkles are many after we figure out the scripting for the above, but here are two major ones to be addressed right away:
    1) The images are already part of the typeset document converted to PDF, so I am guessing the images would have to be bundled with the PDF somehow. Our users need to use the PDFs in an offline environment, so a call-out to a URL is out of the question.
    2) The PDFs will be read on Macs, PCs, and possibly iPads. If a bundled, local file is called out when a user clicks on "See Fig. 1", how do I set a relative filepath in the call-out?
    Thanks for any help you can provide.
    Andrew

    Here's a sample document that demonstrates some of what you're asking about: https://acrobat.com/#d=aP-2xL45pM57xVkT6d6fSg
    The images are stored in buttons, so there is no concern about having to use external images. Note that this may not work on an iPad since most (all?) PDF viewers on the iPad do not have JavaScript support.

  • Help for Image detection in video & hardware issues

    Hi,
    I am trying to develop a web app that lets the user select shapes in a video(user can click only on detected shape if clicked elsewhere it should inform user to click only on the detected shape)
    Then the location of the clicked position is determined & a robotic arm(at remote location) is moved to that position
    I am a newbie on JMF
    I do have a solution: load video on an applet(which can help in determining location of click but how would it know that the clicked position has the detected shape or not)
    And here are my questions:
    Is solution right?
    Are there other solutions that i miss up?
    What is the best language for hardware (microcontroller) programming here?
    Is interaction between JMF & remote hardware possible & how?
    Thank u all in advance

    saurabh.nigam wrote:
    Is solution right?The thing you're calling a "solution" doesn't appear to be a solution. Normally, solutions don't have questions embedded in them...
    Are there other solutions that i miss up?Again, you're not being clear and you're nowhere near a solution...
    What is the best language for hardware (microcontroller) programming here?That's not a question for this forum. This forum is for questions about the JMF API...
    Is interaction between JMF & remote hardware possible & how?Yeah, you can always send commands via a socket using normal Java stuff. JMF isn't a special langauge or anything, it's just some Java classes that do media stuff...
    In order to do what you're wanting to do, you'd have to implement a series of "not easy" things to implement.
    1) You'd need to implement some sort of blob detection / extraction code that would take in an image and detect / extract the blobs in it.
    2) You'd need to implement some sort of blob shape filter that would filter out all of the detected blobs that aren't a shape you're happy with
    3) You'd need to embed your blob code into a JMF effect class so it could process video frames as they come through
    4) You'd probably also want to augment the video stream with outlines or translucent colored regions to indicate to the user where the clickable blobs are...
    5) You'd need to implement a socket-based control protocol for controlling the remote hardware.
    All of that is possible with Java / JMF, but none of it is easy.

  • From Windows 7 to Windows 8 serial number does't work anymore. Adobe say no to tech help for CS4 can anyone help?

    You are now chatting with 'Sanjay'
    Sanjay: Hello! Welcome to Adobe Customer Service.
    Sanjay: Hi rodney.
    rodney beynon: this is the forth time I have log on to this forum
    Sanjay: Could you please elaborate the exact issue you are facing so that I can assist you better?
    rodney beynon: Apprantly my enter key does not send this text to you
    rodney beynon: whtn I try to log in to cs4 it makes me enter my key and after I do is
    rodney beynon: it says it won't let go any farther
    Sanjay: I would like to inform you that CS4 is a perpetual product you have no option to sign-in there.
    Sanjay: Are you referring to subscription?
    rodney beynon: I don't know what you mean by perpetual
    rodney beynon: IT worked fine until I canceled the cloud
    rodney beynon: I went from windows 7 to windows 8 at the same time.
    Sanjay: Please allow me 2-3 minutes while I will pull up the account details.
    rodney beynon: Please do
    Sanjay: Okay.
    Sanjay: Thank you for staying online. I checked and see that there is no active subscription to Creative Cloud under your Adobe account.
    Sanjay: May I have the serial number of the CS4 product you are referring to
    rodney beynon: I have been using my cs6 production suit but I want to use my cs4 suit on my pc
    Sanjay: May I have the serial number of the CS4 product you are referring to?
    rodney beynon: this is right off the box …..
    Sanjay: Please allow me 2 minutes while I will pull up the product registration details & Activation history.
    Sanjay: Thank you for staying online.
    Sanjay: I checked and see that the serial …. is for Design Premium CS4 (upgrade version) and is for Windows OS.
    Sanjay: You can install it on MAC.
    Sanjay: And when you install Design Premium CS4 (upgrade version) you'll be asked for previous version SL.
    rodney beynon: you want me to install my pc version on my mac?
    Sanjay: Sorry for the typo.
    Sanjay: You can't install it on MAC.
    rodney beynon: I still have my pc and it won't work.
    Sanjay: May I have the complete error message you get?
    rodney beynon: this will take a minute
    Sanjay: Yes sure.
    rodney beynon: IT SAYS: "Our records indicate that your serial number has been setup on two machines already.
    rodney beynon: which is not true
    Sanjay: Thank you for the info.
    Sanjay: Do you have any option to "Try again"?
    rodney beynon: I have been taking to you people about for months. What option do you want me to try?
    Sanjay: I see that it's more of a technical issue and technical support is available only for current versions (CS6)
    rodney beynon: I restored windsow 7 and went in and deactivated like you asked
    Sanjay: Support is always available via forums and support portal for older versions:
    Sanjay: http://forums.adobe.com/index.jspa
    Sanjay: You may post your questions there for answers.

    Error "The serial number is not valid for this product" | Creative Suite

  • Need help for image flipping

    How can i flip an image without using g.drawImage method
    bcos i have already used this method in
    public void paint(Graphics g)
    and i can not use this method again it print out errors..
    i want to use anthoer g.drawimage

    here's a short program that loads an image, flips it, and shows it on screen:import java.awt.geom.AffineTransform;
    import java.awt.image.AffineTransformOp;
    import java.awt.image.BufferedImage;
    import java.io.File;
    import javax.imageio.ImageIO;
    import javax.swing.ImageIcon;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    class Flip {
        public static void main(String[] args) throws Exception {
         // Load jpg file to a BufferedImage.
         File f = new File("/home/jsalonen/Desktop/small.jpg");
         BufferedImage bi = ImageIO.read(f);
         // Flip that image.
         BufferedImage flipped = new BufferedImage(
                       bi.getHeight(),
                       bi.getWidth(),
                       BufferedImage.TYPE_INT_RGB);
         AffineTransform trans = new AffineTransform(0, 1,  1, 0, 0, 0);
         AffineTransformOp op = new AffineTransformOp(trans,
                       AffineTransformOp.TYPE_NEAREST_NEIGHBOR);
         op.filter(bi, flipped);
         // Show it on screen.
         JFrame jf = new JFrame("Flip");
         jf.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
         JLabel showLabel = new JLabel(new ImageIcon(flipped));
         jf.getContentPane().add(showLabel);
         jf.pack();
         jf.show();
    }

  • Need help diagnosing cause of printing issue w/ image distortion

    Hello, I'm looking for some expert advice for my print issue with image distortion (see above) on my files once setup and proofed by my printer.
    I have a large PSD background file out of photoshop (CMYK, 170mb psd) that is being placed into an InDesign document. No preflight errors, all correct SWOP cmyk settings, and I keep having issues where images distort on my printers proofs - they seem unable to explain the issue and can't offer any other suggestions beyond ("just try resaving/uploading again" which of course has an added fee with each upload...).
    The files are all fine on our end: on-screen, on our cmyk proofs, and our saved PDFs/packaged files. But everytime our printer opens these they seem to have these distorted image problems - scrambled images (almost as if there was a ghosted transparent image in the distorted area), strange lines (see above, and color distortion (usually greens and pinks, see above).
    Is this an issue with my settings/file formats? Maybe the issue lies on our printers end? I'll keep checking this throughout the day and provide quick answers to anyone who can help me get to the bottom of this.
    Adobe forums have been a huge help in years past so I decided this was by best bet for a resolution from those who know more than myself (or my printer), thanks for taking the time to help!
    - Ian

    Hello, I'm looking for some expert advice for my print issue with image distortion (see above) on my files once setup and proofed by my printer.
    I have a large PSD background file out of photoshop (CMYK, 170mb psd) that is being placed into an InDesign document. No preflight errors, all correct SWOP cmyk settings, and I keep having issues where images distort on my printers proofs - they seem unable to explain the issue and can't offer any other suggestions beyond ("just try resaving/uploading again" which of course has an added fee with each upload...).
    The files are all fine on our end: on-screen, on our cmyk proofs, and our saved PDFs/packaged files. But everytime our printer opens these they seem to have these distorted image problems - scrambled images (almost as if there was a ghosted transparent image in the distorted area), strange lines (see above, and color distortion (usually greens and pinks, see above).
    Is this an issue with my settings/file formats? Maybe the issue lies on our printers end? I'll keep checking this throughout the day and provide quick answers to anyone who can help me get to the bottom of this.
    Adobe forums have been a huge help in years past so I decided this was by best bet for a resolution from those who know more than myself (or my printer), thanks for taking the time to help!
    - Ian

  • My iTunes card won't redeem and when I try to it comes up with this "The gift certificate or prepaid card code you entered has not been properly activated. Please contact iTunes Store costumer support for assistance" can anyone help me?

    My iTunes card won't redeem and when I try to it comes up with this "The gift certificate or prepaid card code you entered has not been properly activated. Please contact iTunes Store costumer support for assistance" can anyone help me?

    Is the store that you bought the card from nearby so that you can try going back and asking if they can activate the card properly ? If it's not, or if they can't/won't activate, then you will need to do as the message says and contact iTunes Support (these are user-to-user forums) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then iTunes Cards And Codes (you will probably need to give them images of the front and back of the card, and possibly its receipt)

  • Does anyone have a good link for images I can access for my web development work. I have Adobe Creative SUite 5.5

    Does anyone have a good link for images I can access for my web development work. I have Adobe Creative Suite 5.5

    In short, NO.
    I was hoping that the 7.4.1 update would allow it to work, but it has caused more problems than it is worth.If you do actually get it to work you will see the TC in finder (under Shared) when connected to the internet outside of your home network. What I have found though is that the 7.4.1 firmware update has made using the internet at home almost impossible.
    I have tried Hamachi but it is not reliable.
    I have settled with Dropbox so my files are synced between my home machine and laptop.

  • I have just reinstalled Adobe Acrobat X1 and I can't save any PDF's that are emailed to me. I just get "This document could not be saves. There is a problem reading this document (21)" and then when I click OK i get "insufficient data for image"  Help!

    I have just reinstalled Adobe Acrobat X1 and I can't save any PDF's that are emailed to me. I just get "This document could not be saves. There is a problem reading this document (21)" and then when I click OK i get "insufficient data for image"  Help!

    More information about this issue can be found here:
    https://forums.adobe.com/thread/1672655
    A "quick" fix that worked for me was to uninstall Adobe... then download the base install for Adobe Reader 11.0.
    Then download each of the individual updates and run them sequentially. 
    I've installed back up to the last security update which is version 08 and have been able to do normal Save As operations.
    You will have to disable automatic updates in order to stay at version 08 until Adobe resolves this issue in a later release.
    http://www.adobe.com/support/downloads/product.jsp?product=10&platform=Windows
    Adobe Reader 11.0 - Multilingual (MUI) installer    AdbeRdr11000_mui_Std
    Adobe Reader 11.0.01 update - Multilingual (MUI) installer    AdbeRdrUpd11001_MUI.msp
    Adobe Reader 11.0.02 update - All languages    AdbeRdrSecUpd11002.msp
    Adobe Reader 11.0.03 update - Multilingual (MUI) installer    AdbeRdrUpd11003_MUI.msp
    Adobe Reader 11.0.04 update - Multilingual (MUI) installer    AdbeRdrUpd11004_MUI.msp
    Adobe Reader 11.0.05 security update - All languages    AdbeRdrSecUpd11005.msp
    Adobe Reader 11.0.06 update - Multilingual (MUI) installer    AdbeRdrUpd11006_MUI.msp
    Adobe Reader 11.0.07 update - Multilingual (MUI) installer    AdbeRdrUpd11007_MUI.msp
    Adobe Reader 11.0.08 security update - All languages    AdbeRdrSecUpd11008.msp

  • I have a HP workforce 610 and cannot scan.  I just spoke with HP and they told me it is a software problem with my MAC for image capture.  Anyone else having difficulty?

    I have a HP workforce 610 and cannot scan.  I just spoke with HP and they told me it is a software problem with my MAC for image capture.  Anyone else having difficulty?

    If Image Capture doesn't work you could try the paid for app VueScan ( www.hamrick.com ). You can try it for free in demo mode to see if it works before purchase.

  • My photoshop crashes when i double click, it says that it has stopped working and that i should check online for a resolution, anyone got anything to help me

    my photoshop crashes when i double click, it says that it has stopped working and that i should check online for a resolution, anyone got anything to help me

    i found out my prob!
    here is what you do.
    go to the "system preferences" on your dock.
    click "software updates".
    click "installed software"
    if it shows something about a recent update about "EFI UPDATE, FIRMWARE, THUNDERBOLT" or anything like that, exit out of it.
    go to mail.
    click "mail" at the top.
    click "preferences...".
    find the account you are having trouble with, once you do, make sure its highlighted, then click the "-" at the bottom of the window (this will only effect that mail account, it will not effect your ical weather or not its synced thought that email account)
    hit the "+" (right next to the "-") and add your accout back!
    its something with that update that effected mail, i hope this works out for you, if not reply back

  • I have tried to cancel my contract for acrobat pro subscription, but when I follow the instruction, I only get circled around. Also on the phonme I never get an answer. Can you help me? Does anyone have a fax address where I could place my cancellation ?

    I have tried to cancel my contract for acrobat pro subscription, but when I follow the instruction, I only get circled around. Also on the phonme I never get an answer. Can you help me? Does anyone have a fax address where I could place my cancellation ?

    Cancel http://helpx.adobe.com/x-productkb/policy-pricing/return-cancel-or-change-order.html
    -or by telephone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

Maybe you are looking for

  • What's wrong with this?HELP

    What's wrong with this piece of code: clickhereButton.addActionListener(this);      ^ That's my button's name. Everytime I try to complie the .java file with this code in it it says: Identifier expected: clickhereButton.addActionListener(this); ^ Ple

  • Table size exceeds Keep Pool Size (db_keep_cache_size)

    Hello, We have a situation where one of our applications started performing bad since last week. After some analysis, it was found this was due to data increase in a table that was stored in KEEP POOL. After the data increase, the table size exceeded

  • Power but nothing else

    Hi my PowerBook G4 does not power up, I have a green light at the connection. When I press the power button the fan starts running and nothing else happens.

  • Blank page generated from export to pdf but not when sent to viewer

    I have a report where I am suppressing a subreport when no data is found and it works correctly when sending it directly to the CrystalReportViewer.  However if I Export it directly to a pdf it is creating a blank page.  Can someone please tell me ho

  • BB curve 9320 hotmail synchronisation

    Hi, I have managed to set up my hotmail however it won't synchronise, any idea what I should do?