3 changed files with 21 additions and 0 deletions
			
			
		@ -0,0 +1,5 @@ | 
				
			|||
package com.visual.open.anpr.server.service.api; | 
				
			|||
 | 
				
			|||
public interface PlateService { | 
				
			|||
 | 
				
			|||
} | 
				
			|||
@ -0,0 +1,15 @@ | 
				
			|||
package com.visual.open.anpr.server.service.impl; | 
				
			|||
 | 
				
			|||
import com.visual.open.anpr.core.extract.PlateExtractor; | 
				
			|||
import com.visual.open.anpr.server.service.api.PlateService; | 
				
			|||
import org.springframework.stereotype.Service; | 
				
			|||
import javax.annotation.Resource; | 
				
			|||
 | 
				
			|||
@Service("plateServiceImpl") | 
				
			|||
public class PlateServiceImpl implements PlateService { | 
				
			|||
 | 
				
			|||
    @Resource | 
				
			|||
    private PlateExtractor plateExtractor; | 
				
			|||
 | 
				
			|||
 | 
				
			|||
} | 
				
			|||
@ -0,0 +1 @@ | 
				
			|||
package com.visual.open.anpr.server.service; | 
				
			|||
					Loading…
					
					
				
		Reference in new issue