Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Image Recognition on Mobile Phones 115

mysticalgremlin writes "In a recent presentation, Semacode founder Simon Woodside presents his company's bar code scanning technology that is used in mobile phones. Simon also discusses many places where bar code scanning powered phones are being used. Not bad for an 'image recognizer for a 100 MHz mobile phone processor with 1 MB heap, 320x240 image, on a poorly-optimized Java stack'"
This discussion has been archived. No new comments can be posted.

Image Recognition on Mobile Phones

Comments Filter:
  • by Tim C ( 15259 ) on Tuesday August 01, 2006 @07:35AM (#15823999)
    Surely you mean "phone-powered bar code scanning", ie using the phone to scan bar codes, not powering the phone by scanning bar codes...
  • Getting soft (Score:4, Insightful)

    by Threni ( 635302 ) on Tuesday August 01, 2006 @07:57AM (#15824077)
    > Not bad for an 'image recognizer for a 100 MHz mobile phone processor with 1 MB heap, 320x240
    > image, on a poorly-optimized Java stack'"

    10 or so years ago we had 3d games on 7mhz machines with 512k of ram, pretty much the same screen resolution yadda yadda - this isn't so impressive.
  • Re:Other uses (Score:5, Insightful)

    by RobotRunAmok ( 595286 ) on Tuesday August 01, 2006 @08:24AM (#15824167)
    It was called a "cuecat," and it became one of the great punchlines (along with AOL CDs, foosball tables, VRML, and Jon Katz) of the dot-com era. Cuecats presumed that people read magazines alongside their computers, completely missing the point that if anyone was that "wired" he would be reading his magazines online to begin with.

    If your mobile phone can read barcodes, we could print them anywhere - in papers, on billboards, TV adverts - and all you'd need to do is take a photo and your phone automatically loads the webpage in its built-in browser.

    These are the generic mass "in-your-face" ads that people, generally, try to avoid but cannot. Ads we "want to see," at least in theory, are, again, those that materialize in the marginalia of our web pages as a result of our search metadata being analyzed. The mobile phone bar scanners are, like the cuecats, already obsolete. If you can't remember the product the billboard is hawking, the billboarder has not done his basic job and does not deserve any gadgetery boost. And if you can remember the product, you can google it.

    Anyone running around pointing his cellphone at a billboard so he can capture the barcode and WAP-surf to the company's website should be rounded up, made to serve Nicholas Negroponte his frappe latte mocchachino in bed for a week, ride a segway from Grand Central Station to Wall Street, and have "TOOL" tatooed on his forehead in front of a crowd of 600 fat, drooling, naked, middle-aged "digerati" marketing execs at the next Burning Man festival.
  • Re:Getting soft (Score:3, Insightful)

    by glesga_kiss ( 596639 ) on Tuesday August 01, 2006 @08:30AM (#15824193)
    10 or so years ago we had 3d games on 7mhz machines with 512k of ram, pretty much the same screen resolution yadda yadda - this isn't so impressive.

    Rendering 3D and making sense of a real 3D environment are quite different feats however.

  • Re:Lookup Required (Score:4, Insightful)

    by Orange Crush ( 934731 ) on Tuesday August 01, 2006 @08:34AM (#15824213)

    Once a barcode is read you just get the product code. What good is that? You need then to lookup that code up in a database for real info.

    As mentioned above, it could give you the lowest prices found on Froogle, Amazon, etc . . . or if they want to do something *really* neat, tell you if that product is available for considerably less (or on sale!) at a different store nearby.
  • Re:Other uses (Score:1, Insightful)

    by Anonymous Coward on Tuesday August 01, 2006 @08:47AM (#15824266)
    I totally disagree: First: It might be new to you, but the web isn't build out of static pages, but can be used interactive. Barcodes like these could be used to do things like voting by scanning the corresponding barcode, ordering stuff.
    Second: Entering webadresses on a mobile phone UI is allways a lot of work. When this system is adopted widely, you could just scan the barcode at the bus stop, to load the page with bus times, scan the code at a painting (in or outside a museum), to get more info about it, etc. In other words: it acts as an link between the real and the online world. I think they would be highly usefull, if they would be widespead (in both phones, and applications for them).
  • by IamTheRealMike ( 537420 ) on Tuesday August 01, 2006 @09:12AM (#15824346)
    Well, it is fairly impressive. J2ME is many things, but convenient and fast are not amongst them. Getting a Java phone to do anything useful at all is quite a feat of programming, getting one to recognise barcodes in realtime is damn near a miracle. Bear in mind the "virtual machine" on most phones is in fact simply a slow interpreter - it makes BASIC look souped-up.
  • by tsvk ( 624784 ) on Tuesday August 01, 2006 @09:37AM (#15824471)

    Yes, the image resolution is low but you need to take into account that another spec mentioned is 1MB of Java heap memory. The captured images are stored in Java Image obejcts uncompressed. So the memory requirement for a QVGA (320x240) four-bytes-per-pixel RGBA image is 307,200 bytes, which will fit well within the 1MB of heap memory.

    The phone camera will probably be able to capture images with a higher resolution (up to megapixels), but because of this Java heap memory limitation they probably need to limit themselves to QVGA resolution. And besides, if the image processing / recognition algorithms work sufficiently well with images of QVGA resolution, there is no need to use higher resolutions.

  • by andrewman327 ( 635952 ) on Tuesday August 01, 2006 @10:17AM (#15824649) Homepage Journal
    Their real concern in banning cameras is not competitors learning their prices. After all, they pay lots of money to publish their weekly flier in the Sunday paper. If a secret shopper wants prices they can also bring a pad and pen to the store and write down the SKUs and costs. When I shop at Home Depot I usually have a notebook with all of my measurements and requirements for whatever I am doing. I highly doubt that most associates would stop someone from walking around writing things down.


    The real concern is criminals casing the place for a robbery. Even larger stores can be hit by violent crime. I am an avid amateur photographer and I know my rights. Stores have every right to prevent pictures while you are in their building, but they cannot stop you from photographing their store from the street. (Disclaimer: IANAL). If I were a manager and I saw someone taking pictures of the roof, guards, alarm systems, et cetera, I would definitely throw them out. If theives want to hit a store they also need to know where the expensive stuff is kept, so they would be photographing the products.


    When I am at Comp USA most of their (otherwise frustrating) sales reps allow me to use their computers to compare the prices of items at other stores. I have bought more from them after learning that they were the best deal during their huge sales. If I walked in with a camera, that would be a different story.

If you want to put yourself on the map, publish your own map.

Working...