Renderscript Canny Edge Detect Application icon

Renderscript Canny Edge Detect 1.0.1

924.8 KB / 1+ Downloads / Rating 2.8 - 5 reviews


See previous versions

Renderscript Canny Edge Detect, developed and published by Justin Kerr, has released its latest version, 1.0.1, on 2016-09-14. This app falls under the Photography category on the Google Play Store and has achieved over 100 installs. It currently holds an overall rating of 2.8, based on 5 reviews.

Renderscript Canny Edge Detect APK available on this page is compatible with all Android devices that meet the required specifications (Android 5.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: justin.opencvcamera

Updated: 8 years ago

Developer Name: Justin Kerr

Category: Photography

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Renderscript Canny Edge Detect on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

2.8
Total 5 reviews

Reviews

4 ★, on 2016-12-14
Can use a screen recording app to capture if so desired, but might I suggest the ability to switch to front or back camera?

3 ★, on 2016-09-24
Don't see anything

Previous Versions

Renderscript Canny Edge Detect 1.0.1
2016-09-14 / 924.8 KB / Android 5.0+

About this app

This app was designed solely as an example of using Renderscript to create high performance image processing algorithms on mobile devices. It contains nothing else other than an implementation of Canny edge detection showing on a camera feed. Settings and thresholds can be edited in a settings file in the device. Using a Samsung Galaxy S5 it achieves near 30fps at 720p, which is much faster than a non-parallel implementation using existing libraries such as OpenCV.

It has been poorly tested on a range of devices so it may not function correctly on many devices. This is mainly due to hardware drivers' differences in building and executing renderscript.

The source code is available on github at: https://github.com/kerrj/RenderscriptCanny

Note: On some devices the app may output "Sorry, something went wrong when initializing renderscript" and display a black screen. This is a bug specific to renderscript drivers on your phone which I have not found a solution for. Should I find one, it will appear in a later patch.

New features

**1.0.1**
Modified app name

App Permissions

Required to be able to access the camera device.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
Allows an application to read from external storage.
Allows an application to write to external storage.