Ask Your Question

cellurl's profile - activity

2020-08-07 02:30:09 -0600 received badge  Notable Question (source)
2018-08-16 23:39:47 -0600 asked a question Cast CvCameraViewFrame to Mat throws Error. What to do instead?

Cast CvCameraViewFrame to Mat throws Error. What to do instead? public Mat onCameraFrame(CvCameraViewFrame inputFrame) {

2018-08-16 23:39:35 -0600 asked a question Cast CvCameraViewFrame to Mat throws Error. What to do instead?

Cast CvCameraViewFrame to Mat throws Error. What to do instead? public Mat onCameraFrame(CvCameraViewFrame inputFrame) {

2018-03-25 12:42:20 -0600 commented answer Traffic Sign Recognition Concept

is any of this on github? I might be able to contribute.

2018-02-08 12:08:24 -0600 asked a question Detect US Speed limit signs.

Detect US Speed limit signs. Does anyone know of any projects, completed or underway to get speed limit signs from a das

2018-01-26 19:51:32 -0600 received badge  Popular Question (source)
2017-06-16 06:25:19 -0600 received badge  Popular Question (source)
2016-09-03 00:48:14 -0600 commented question Trouble setting up OpenCV with NDK in Android Studio

did you figure it out? I also am compiling from github to android-studio

2016-09-03 00:47:32 -0600 answered a question Trouble setting up OpenCV with NDK in Android Studio

did you figure it out?

2016-08-30 23:42:40 -0600 asked a question how to run puzzle-app from fresh pull from github

In AndroidStudio I pulled everything from github aok.

Q: How do I run the puzzle app? I hit DEBUG and got this error:

Error:java: /production/15-puzzle: does not exist

I don't even know what /production means?

What do I do? Thanks for any leads! -cellurl

2016-02-11 08:40:11 -0600 received badge  Enthusiast
2016-02-06 21:57:01 -0600 commented question Camera locked by some other app

here are the mounts (if that helps)

127|root@android:/ # mount

rootfs / rootfs rw 0 0

tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0

devpts /dev/pts devpts rw,relatime,mode=600,ptmxmode=000 0 0

proc /proc proc rw,relatime 0 0

sysfs /sys sysfs rw,relatime 0 0

tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0

tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0

/dev/block/nandd /system ext4 ro,relatime,user_xattr,barrier=0,data=ordered 0 0

/dev/block/nande /data ext4 rw,nosuid,nodev,noatime,user_xattr,barrier=0,journal_checksum,data=ordered,noauto_da_alloc 0 0

/dev/block/nandh /cache ext4 rw,nosuid,nodev,noatime,user_xattr,barrier=0,journal_checksum,data=ordered,noauto_da_alloc 0 0

/dev/block/vold/179:1 /mnt/extsd vf

2016-02-06 21:47:52 -0600 asked a question Camera locked by some other app

This is a lame opencv question, but I don't know where to turn.

I am trying to run opencv on my Android Mirror. When I run, it says,

"It seems that you device does not support camera (or it is locked) Application will be closed."

Q: How do I figure out who has locked the camera or how to unlock it. I have root access and am poking around in "adb shell".

But I don't know what is the simplest way to unlock the camera. I have tried to kill apps which typically use the camera, but it hasn't been successful.

I have Android Studio working on it, so perhaps you could suggest a simple app which tells which device has the camera locked open.

Thanks so much for any leads!

Jim

2015-04-16 08:51:54 -0600 commented answer when does haar function not work?

soo, if I want to capture more distant cars with the same classifier, I would grab pixels just in the middle and since that is less than the pyramid-smallest, I would have to add (interleave, filter, upsample) to get more pixels between them? Does that make sense? Thanks Steven!

Performance

Sourcecode

2015-04-13 11:34:16 -0600 asked a question when does haar function not work?

Hi,

When does the Haar function not work?

EG, if I do a digital zoom, will it work? EG, if I have a big face, will it work?

Sorry to ask this, but I am lazy (there I said it).....

-jim

2015-01-02 16:00:05 -0600 commented question Need app partnership for Forward Collision Warning.

does ionroad use opencv?

2014-10-05 10:26:22 -0600 asked a question To install plugin-CDT, why must I use tar. Why not UpdateManager?

I prefer Eclipse-Update-Manager to tar files.installation howto using tar files Q: Why must I use a tar file to add this to my existing Java Eclipse?

I say that because last time I tried, it hosed my Eclipse.

Anyway, thanks for any leads....

-jim

2014-04-07 11:31:28 -0600 commented question How to ignore part of image

is there a MASK function I can use? Thanks for responding.

2014-04-04 14:09:16 -0600 asked a question How to ignore part of image

I want to ignore some part of the image rightup front.

For example, I am processing a road-car-video and I just want to process inside the lines. For starters, I assume the lines are fixed in a V shape away from me. The V shape can just be a png file.

How can I do that painlessly?

Thanks for any leads.

2014-01-14 23:55:12 -0600 received badge  Supporter (source)
2014-01-14 19:32:10 -0600 commented answer cant install on eclipse. Err: /usr/local" does not exist

I don't understand why the install tutorial shows "SPACE". Oh well. Thanks. That fixed it. For others, this video was also useful. http://www.youtube.com/watch?v=6jSPoBgQPMI Thanks Vladislav! Dunno if tip is available?

2014-01-12 23:34:33 -0600 asked a question I downloaded opencv-2.4.8.zip on ubuntu. Whats next?

I don't know what to do next. Q: Do I have to compile it? How?

I tried this:

$ pkg-config opencv --cflags Package opencv was not found in the pkg-config search path. Perhaps you should add the directory containing `opencv.pc' to the PKG_CONFIG_PATH environment variable No package 'opencv' found

Any leads appreciated! -cellurl

2014-01-12 15:32:19 -0600 asked a question cant install on eclipse. Err: /usr/local" does not exist

Trying to install on Ubuntu/Eclipse/C++

I am following these instructions: link text

I get this: $ cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local

CMake Error: The source directory "/home/jim/workspace/displayimage/opencv-2.4.7/release/CMAKE_INSTALL_PREFIX=/usr/local" does not exist.

Thanks for helping. jim

2014-01-06 10:44:06 -0600 commented answer How to compute distance to car ahead using camera.

I only need to know approximate distance such as 10m, 100m, 1000m

2014-01-06 10:42:58 -0600 commented answer How to compute distance to car ahead using camera.

I have contacted iOnRoad, Mobieye, Allvision. None of them will add a beacon. This is your opportunity to build something useful.

2014-01-06 10:39:58 -0600 received badge  Editor (source)
2014-01-06 10:29:08 -0600 asked a question Need app partnership for Forward Collision Warning.

I need an app telling me the distance to the car ahead. It could be buggy, just working under ideal conditions. Not great, just useful.

The "distance" should be broadcast via a simple Bluetooth Beacon. That way, you sell the product and I use the beacon.

Its for this project summer 2014. link text

Regards, Jim Pruett, Director Wikispeedia.org (901) 213 7824 [email protected]

2013-05-26 23:28:11 -0600 received badge  Student (source)
2013-05-26 21:09:36 -0600 asked a question How to compute distance to car ahead using camera.

Hi,

I am building a car app. It must use the Android camera and tell how far the car ahead is.

I don't even know if opencv is appropriate for this. Some have suggested Android NDK...

Thanks for discussion! jim