mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-30 22:34:02 +01:00 
			
		
		
		
	Detecting pictures that are too dark (#926)
* Made the following changes: ->Added OpenCV library to the project ->Added functionality to detect if an image being uploaded is too dark ->Added functionality to detect if an image being uploaded is blurred * Made corrections and changes based on gradle checkstyle requirements * Updated gitignore to remove binary files related to OpenCV from project * Image blurriness detection was undone. Images are checked only for being too dark now * Removed OpenCV documentation folder containing a lot of html files * Removed unnecessary buildScript usage in build.gradle file for opencv library and also added abi splits * Removed OpenCV library usages and references from project * Removed OpenCV library folder from project
This commit is contained in:
		
							parent
							
								
									fbfc1d16f2
								
							
						
					
					
						commit
						e50adf858a
					
				
					 5 changed files with 238 additions and 8 deletions
				
			
		
							
								
								
									
										7
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							|  | @ -27,3 +27,10 @@ app/gradle/wrapper/gradle-wrapper.jar | |||
| app/gradlew | ||||
| app/gradlew.bat | ||||
| app/gradle/wrapper/gradle-wrapper.properties | ||||
| 
 | ||||
| #related to OpenCV | ||||
| /libraries/opencv/build | ||||
| app/src/main/jniLibs | ||||
| #Below removes all the HTML files related to OpenCV documentation. The documentation can be otherwise found at: | ||||
| #https://docs.opencv.org/3.3.0/ | ||||
| /libraries/opencv/javadoc/ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vishan Seru
						Vishan Seru