Questions tagged [parking]
34 questions
3
votes
2 answers
Simple car parking algorithm
I'm looking for simple car parking algorithm for a game.
The positions of car and garage each defined by 3 numbers (x, y, theta). Where x and y - center of the object and theta - angle between the object axis and the X axis.
The car movement is…

Alex Craft
- 13,598
- 11
- 69
- 133
3
votes
1 answer
301 redirect vs parking
I have several domain names registered, each a slight variant of each other.
E.g,
fastcar.com
fast-car.com
fastcar.co.uk
fast-car.co.uk
etc..
I don't wish to be penalized for duplicate content or spammy links by any of the major search…

Pat
- 129
- 1
- 8
2
votes
1 answer
Parking threads in service
I'm experimenting with threads parking and decided to build some sort of service. Here is how it looks like:
public class TestService {
private static final Logger logger = LoggerFactory.getLogger(TestService.class); // logback I think this…

St.Antario
- 26,175
- 41
- 130
- 318
2
votes
2 answers
Old parking page info is mixed in with search results for a newly crawled site
I had my domain set to a parking page with my registrar. The nameservers have been changed (I'm using Azure DNS), I've updated robots.txt and submitted a sitemap. I've requested Google to crawl my site, and we're now showing in Google's search…

nmit026
- 3,024
- 2
- 27
- 53
2
votes
1 answer
Detect car parking efficiently on Android
I'm currently trying to detect when a car is parked via Android.
I was thinking of using the Android Detected Activities (https://developers.google.com/android/reference/com/google/android/gms/location/DetectedActivity) and detect a switch between…

Gp2mv3
- 1,435
- 20
- 33
2
votes
1 answer
Parking Spot function given parking lot array, and car dimension
I was doing the coding challenges on Codefights, sponsored by Uber and there was a problem that I was unable to solve. For the question, you can look here http://codepen.io/ducminhn/pen/JYmrmE.
I believe that this problem is related with Dynamic…

harrisonthu
- 454
- 3
- 7
- 18
2
votes
0 answers
How to save cropped images in Matlab?
I'm trying to identify the parking spaces after cropping. Here is my code. Can anyone help me. Thanks in advance
I=imread('carsnew.jpg');
a=63; b=115;
for…

Raju
- 93
- 8
1
vote
1 answer
Plot rectangle boxes on image using MATLAB
Here I am developed some code for plotting boxes on image but I am getting
boxes on different image. All the boxes should be in same image.
Please help me in this.
video = VideoReader('parking video1.mp4');
I = read(video,1);
J =…

akhil s
- 137
- 2
- 11
1
vote
1 answer
How to recognize a parking lot using OpenCV / JavaCV?
I'm trying to recognize a parking lot using JavaCV
I have a image like this (with angle):
Original Image
And I would like the software to be able to recognize the places and stands out, getting the coordinates, like this (sorry for bad photoshop):…

Douglas Fornaro
- 2,017
- 2
- 22
- 30
0
votes
1 answer
How to insert value into multiple row by grouping by place and time in pandas?
This is the dataset of parking area. The dataset have different parking area with different time as well. I want to insert rate for specific parking area for different time like morning, evening and night.
https://prnt.sc/5pl1usWXVZQt
I tried…

samita
- 165
- 1
- 11
0
votes
1 answer
Grid view showing up as black image in Python OpenCV script
import numpy as np
import cv2
import yaml
fn_yaml = r"C:\Users\hp\Desktop\Projects\CarParkMan\Khare_yml_01.yml"
# Load the parking data from the YAML file
with open(fn_yaml, 'r') as stream:
parking_data = yaml.safe_load(stream)
# Initialize…

Simbarashe Nyaruwata
- 11
- 3
0
votes
0 answers
Is it possible to get the car location including which level it is in a building?
Is there any possibility to get the car parked location also including the building floor information in android?
For example, if you are in a multilevel parking garage this information might be of some use.
Is there any current available method to…

Smith
- 1
0
votes
1 answer
Android Auto Device- Navigation Google Map Not displayed
We are working on Android Auto device support App for Navigation and Parking. As per Android Auto Development Guidelines and provided demo by Google Android Auto car-samples, we have implemented the same.
But when we are run the Application on DHU…

Nitin Karande
- 1,280
- 14
- 33
0
votes
1 answer
here-api, cant get the off-street parking api to work
I registered to here rest api's and I succeeded to get the bearer token.
from some reason, when I try to create http request to "https://parking-v2.cit.cc.api.here.com/parking/facilities.json" with the right parameters and the token, I get the…

Dror T
- 221
- 2
- 9
0
votes
1 answer
Infinispan 9.4.16, JBoss EAP 7.3 Lock Contention with replicated-cache 2 nodes threads are TIMED_WAITING (parking)
I have an application that is currently relying on an infinispan replicated-cache to share a work queue across all nodes. The queue is pretty standard, with head, tail, and size pointers persisting in the infinispan map.
We've upgraded from…

Aug
- 21
- 3